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

    Dear kriesi-Team,

    I’ve tried quite some things to make the current page in a fullwidth sub menu an active link. Unfortunately via css nothing seems to work. I managed to get the parent link in the main menu always active, no matter on which sub menu item you clicked:

    .av-main-nav>li.current-menu-item>a>.avia-menu-text,.av-main-nav>li.current-page-ancestor>a>.avia-menu-text {
      color: #a7b833!important;
    }

    Now I would love to have the code to make the current sub menu item active.

    Thank you very much!

    #669247

    Hey schlauchius,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #top .av-subnav-menu > li.current-menu-item.current_page_item a {
        color: #a7b833 !important;
    }

    Best regards,
    Ismael

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