Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi James,

    They are both highlighted because the parent page (2022) is always an active ancestor. To get it working how you want, please disable the Active Highlight option in the menu theme, and instead add this to the Custom CSS area:

    #{$wrap} #{$menu} > li.mega-menu-item {
        &.mega-current-menu-item {
             > a.mega-menu-link {
                  background: #cdcdcd;
            }
        }
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘“Active” setting applied to parent page as well’ is closed to new replies.