Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #894359

    My main menu changes color when I scroll down.
    How can I change this?

    #894391

    Hey frederiksandgrav,
    Try this code in the General Styling > Quick CSS field:

    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
        color: #fff!important; 
    }
    .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .sub_menu li ul a {
        color: #fff!important; 
    }

    Best regards,
    Mike

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