Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #953418

    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!

    #953534

    Please try the following:

    .avia-button.avia-color-theme-color-highlight:hover {
    background-color: #99d6ea!important;
    }

    #953539

    That worked! Thank you!

    #954213

    Hi,

    Glad you got it short out.

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Theme Color Highlight Button Hover’ is closed to new replies.