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

    I have the need for white main menu links but on scroll they need to be a darker color. And selected state / hover state they also need to be a darker color. Can I get some CSS code that acomplishes this. I cant seem to figure it out between the options in the theme.

    #641063

    Hi mmf1!

    Please go to Enfold theme options > Advanced Styling and edit “main menu links” and choose to apply the changes on hover state

    Regards,
    Yigit

    #641079

    Thanks Yigit that wrks for the Hover: adding it twice and changing the apply to hover.

    But scroll down all of the text remains white on scroll and is lost. I dont want to change the background of the menu.

    Also how can I make the text white in the top bar before it switches to black on scroll?

    #641807

    Hi,

    Please add this in the Quick CSS field:

    #top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
        color: #000000;
    }
    
    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
        color: #ffffff;
    }

    Best regards,
    Ismael

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