• Hi
    I’m creating a child theme of Twenty Ten and I seem to have lost the ability to show the top level of an active link in the menu.

    So for example if my active link text colour was white, and I had a menu item that went:

    Top Level
    Sub 1
    Sub 2
    Sub 3

    and you were on say Sub 2 page, I want the words Top Level to be in white text – which is what happens if I change the theme back to Twenty Ten. Obviously the sub menu is not shown when you are not hovering.

    Which bit of CSS in Twenty Ten does this? I can’t find it!

    Any ideas?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter wambamboo

    (@agatha1)

    I’m presuming this is what influences the style of the ancestor link, but changing values in here doesn’t affect it.

    #access ul li.current_page_item > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
    color: #fff;
    background: #db3e45;
    }

Viewing 1 replies (of 1 total)

The topic ‘show top level active link in nested menu’ is closed to new replies.