WordPress 3 menu markup greyed out in firebug
-
Greetings,
I am testing WordPress 3’s menu feature. I am trying to figure out how the active page or category can be highlighted in the menu, following the following resources:- Design Philosophy
- This forum post
- s are greyed out (thus I can’t figure out what CSS classes should apply as there is no active list item).
The menu appears fine ( I can see the list). But when I use firebug, I can see that both the active and inactive
<div class="menu-header-menu-container"> <ul id="menu-header-menu" class="menu"> <li id="menu-item-7958" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7958"> <a href="https://www.example.com/dev">Home</a> </li> <li id="menu-item-7959" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-item-7959"> <a href="https://www.example.com/dev/category/events/">Events</a> </li> </ul> </div>
Your help is very appreciated. Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress 3 menu markup greyed out in firebug’ is closed to new replies.