• Let’s say I have 4 top level pages and 1 child like this:

    Page A
    Page A.1 (parent is Page A)
    Page B
    Pace C

    My navigation would follow the same except I want page A.1 under two top levels like this

    Page A
    — Page A.1
    Page B
    Page C
    — Page A.1

    The problem comes up that if I click either page A.1 from either nav it goes to the right place but both Page A & Page C in the navigation get the class .current-menu-ancestor which in CSS would make them both look highlighted.

    Any thoughts on how to get around this?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Sub page nav item under multiple root level items’ is closed to new replies.