I have this piece of code that keeps my first level menu item highlighted even if a child page is shown.
#page-bar li.current_page_item > a, #page-bar li.current_page_ancestor > a {
color: #fff;
background: #333;
}
Works like a charm, but when I activate the wpnamedusers plugin the parent page is no longer highlighted when a child is selected. Any ideas how to fix this?
]]>