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

    How would I get that text color of my button “Free Quote” to be white on hover in my menu?

    #1111664

    Hey oscarluque,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav > li#menu-item-129:hover > a .avia-menu-text {
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1111707

    Thanks, this worked for me.

    #1111743

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Button text color on hover’ is closed to new replies.