.button-gradient-press .elementor-button {
background: transparent !important;
background-image: linear-gradient(rgb(214, 202, 254), rgb(158, 129, 254)) !important;
box-shadow: 0 3px 0 rgb(139, 113, 255);
border: none;
}
.button-gradient-press:active {
transform: translateY(1px);
}
.button-gradient-press:active .elementor-button {
box-shadow: 0 1px 0 rgb(139, 113, 255);
}
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."
.button-gradient-press
Add the class in the "CSS Classes" field located in the "Advanced" tab of the Button widget
vinodjangid07