.colored-shadow-elevation-effect-button:hover .elementor-button {
transform: translateY(-10px);
box-shadow: 0 7px 0 -2px #f85959,
0 15px 0 -4px #39a2db,
0 16px 10px -3px #39a2db;
}
.colored-shadow-elevation-effect-button:active .elementor-button {
transition: all 0.2s;
transform: translateY(-5px);
box-shadow: 0 2px 0 -2px #f85959,
0 8px 0 -4px #39a2db,
0 12px 10px -3px #39a2db;
}
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."
.colored-shadow-elevation-effect-button
Add the class in the "CSS Classes" field located in the "Advanced" tab of the Button widget
Mike11jr