Show current class on main nav.
-
I’m using a theme which has a Superfish navigation menu and which, when on a sub-page, doesn’t doesn’t highlight the parent item with a ‘current’ status (and thus removes a useful visual aid for viewers).
How would I fix this? I’m wondering if it’s simply an oversight, and that the css is missing an appropriate selector.
I’m familiar with applying appropriate class=”current “css to non-WP menus, but I find WP menus almost impossible to understand because there’s so many (seemingly unnecessary) classes.
The pre-link html is below:
Parent:
<li id=”menu-item-269″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-83 current_page_item current_page_parent menu-item-269″>Sub:
<li id=”menu-item-269″ class=”menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-269″>
The topic ‘Show current class on main nav.’ is closed to new replies.