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

    Hi guys,

    I’ve managed to keep my Main Menu links highlighted when on that page with this code…

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
    color: #D0DE55 !important;
    }

    Could you guys figure out a way of getting my dropdown pages to do the same?

    My site is at yogidev.co.uk/accentu

    Thanks,
    Matt

    #471044

    Hi Matt!

    Please add following code to Quick CSS as well

    ul.sub-menu li.current-menu-item > a > .avia-menu-text {
      color: #D0DE55;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Best regards,
    Yigit

    #471047

    Worked perfectly, thanks a lot, great customer service as usual!

    #471052

    Hey!

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

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sub-Level menu items to stay highlighted when on that page.’ is closed to new replies.