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

    I would like to know if it is possible to highlight the current page on the main menu not only when you are on one of the pages on the menu, but also when you are in one of their children?

    I have the same question related to Fullwidth Sub Menus.

    Thank you very much in advance

    #726817

    Hey aerpas!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav > li.current-page-ancestor > a > .avia-menu-text {
        color: black;
    }

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

    Cheers!
    Yigit

    #726823

    Thank you. That was fast.

    I have two more issues:

    1) Is there a way to also place the little bar under the menu item?
    2) Is there a similar thing to do the same on the full width submenus?

    Thank you very much again.

    Regards

    #726826

    Hey!

    1- Please add following code to Quick CSS as well

    .av-main-nav > li.current-page-ancestor > a > .avia-menu-fx {
        opacity: 1;
        visibility: visible;
    }

    2- Can you please post a link to your page?

    Best regards,
    Yigit

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