To style the active button, you can use the ef-activebutton class, that gets automatically added to the active button.
ef-activebutton
Make button darker
.ef-activebutton { filter: brightness(50%); }
Change color
.ef-activebutton .elementor-button { color: red !important; }
Last updated 3 years ago