Button with displacement and shadow effect

CSS

				
					.button-effect-displacement-shadow:hover .elementor-button {
    transform: translate(-0.25rem, -0.25rem);
    color: #000 !important;
    fill: #000 !important;
    background: #03A9F4 !important;
    box-shadow: 0.25rem 0.25rem #01579B;
}

.button-effect-displacement-shadow:active .elementor-button {
    transform: translate(0);
    box-shadow: none;
}
				
			

If it's to be used only once, add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the widget where the CSS Class was applied.

If it's to be used across multiple widgets on a single page, open "Page Settings" (gear icon) and add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the "Page Settings."

If it's to be used across multiple widgets on multiple pages, open "Site Settings" (sliders icon) and add the CSS code in the "Custom CSS" field located under "Custom CSS" in the "Site Settings."

HTML

				
					.button-effect-displacement-shadow
				
			

Add the class in the "CSS Classes" field located in the "Advanced" tab of the Button widget