Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #676237

    I came into this project after it was mostly done. I created a child theme now then updated theme from 3.2.3. to 3.7 and now the main menu went from white to black. I need it to be white again but can’t find the right class to change. * I changed it to white, but now I still need it to turn orange on hover like the other pages do. Also need it to change to that same orange on hover.
    http://fvhrs.org/

    The main menu is black, when you start to scroll OR click any link and it loads a new page, that menu is right, its just the very first main menu that needs to be white with orange hover.
    This is how it should look
    https://web.archive.org/web/20160528144642/http://fvhrs.org/

    Thanks

    • This topic was modified 8 years, 3 months ago by LifeIsNow001.
    #677482

    Hey LifeIsNow001,

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and make sure to apply it to hover state.

    Best regards,
    Yigit

    #678364

    That’s already done, ill post login creds if you are willing to take a look.

    I have also used Quick CSS to change the menu to white, but only needed it for the homepage when the menu is displayed at the top, as soon as you scroll or go to ao diffretn page the menu was looking right

    #top #wrap_all .header_color.av_header_transparency, #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span, #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-subtext {
        color: #ffffff;
    }
    #679534

    Hi,

    I added following code to Quick CSS, please review your website now

    #top #header .av-main-nav > li:hover > a, #top #wrap_all .av_header_transparency .av-main-nav > li:hover > a > .avia-menu-text {
        color: #ffc800 !important; 
    }

    Best regards,
    Yigit

    #679648

    Thank you that did it. You guys really go above and beyond with your support. Thank you very much!

    #679649

    Hi!

    You are welcome, we are always happy to help!
    Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Main Menu Color’ is closed to new replies.