Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1314040

    Our Main Menu is Changing Colors on Scroll and it is inconsistent – (see URL in private section)

    Some of the Menu titles changes and other are not when you scroll down the page.

    Thanks for your help.

    Avery

    #1314635

    Hey So Evolve,
    Thank you for your patience, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header.header_color .sub_menu>ul>li>a, 
    #top #header.header_color .sub_menu>div>ul>li>a, 
    #top #header.header_color .main_menu ul:first-child > li > a, 
    #top #header.header_color .main_menu .menu ul .current_page_item > a, 
    #top #header.header_color .main_menu .menu ul .current-menu-item > a, 
    #top #header.header_color .sub_menu li ul a {
        color: #fff;
    }

    Best regards,
    Mike

    #1314695

    Mike, we have added the above additional CSS on both our test site and the actual site and neither one worked to fix the issue.

    Paul

    #1314801

    Hi,
    Thanks for the feedback, I don’t see the css included in the site you linked to, but this seems to work when I inject it, please include an admin login in the Private Content area so I can examine, perhaps you have an error in your css from another rule.

    Best regards,
    Mike

    #1314872

    See the below information requested in the private section

    #1314878

    Hi,
    Thank you for the login, I found that your css has > instead of >
    quick_css_error.png
    I corrected with the correct css and it seems to be working correctly now, please clear your browser cache and check.

    Best regards,
    Mike

    #1314892
    This reply has been marked as private.
    #1315026

    Hi,
    Glad this helped, the issue is that some of your menu items are links on the same page and some are links to other pages, so the default action is to highlight the current page items on scroll, this is not your intention so we are overriding it with this solution.
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

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