Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #633205

    Hello,

    How to I change the background color for a button on rollover. Right now, the button backgrounds are set to white on rollover. The font is also white, so the button appears to disappear on mouseover.

    Thank you

    #633225

    Hi davisar!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color a:hover .avia-color-theme-color-subtle {
        background: red;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.