Tagged: button
Hello,
I am trying to change the hover color of all buttons using the “Theme Color Highlight.” I was able to change the hover color of all of the “Theme Color” buttons using the following code:
.avia-button.avia-color-theme-color:hover {
background-color: #cdea80;
}
So I just tried changing the class to .avia-color-theme-color-highlight, but that didn’t work.
.avia-button.avia-color-theme-color-highlight:hover {
background-color: #99d6ea;
}
Can you please help me select the right class? Thank you!
Please try the following:
.avia-button.avia-color-theme-color-highlight:hover {
background-color: #99d6ea!important;
}
That worked! Thank you!
Hi,
Glad you got it short out.
Best regards,
Basilis