• Resolved designreact

    (@designreact)


    Hi,

    I’m new to themes in general. I have a site I’m building using wp_nav_menu
    I have a toplevel page called library and a sub page called gallery.

    As you can see from the links when your on the gallery the library highlight disappears from my menu.

    I’m afraid I don’t understand the methods mentioned in other posts (probably due to being inexperienced). Could anybody please give me a ‘wordpress for dummies’ style breakdown of what needs doing?

    Any help would be much appreciated!

    Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try styling on .current-page-ancestor.

    Thread Starter designreact

    (@designreact)

    Thats great!

    Though I did find I needed to use

    #access .current-page-ancestor a{
    color: #d90000;
    background-color:#ffffff;
    }

    to get the text to go red.

    Thanks a bunch!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp_nav_menu parent page highlight’ is closed to new replies.