Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #708503

    Hello,

    As you can see here (http://nwl.brianhbirch.com/), I have my color for navigation set to white as primary, but then when you scrolls and the sticky header appears, the color changes to a dark gray. This is what we wanted. BUT when you click on a subpage like “About”, the selected page appears to disappear (seems to also use the primary menu color, which is set to white due to the home page issue overlay) because the navigation background is also white.

    Any advice would be appreciated.

    Brian

    #708608

    Hey getmebrian,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .current-menu-item .avia-menu-text{
    	    color: #555555!important;
    }
    .current-menu-item:hover .avia-menu-text{
    	    color: #FFF!important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 8 years ago by Vinay.
    #708738

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Issue’ is closed to new replies.