Menu Tabs Not Highlighting Correctly
-
Hello, love the theme! I’m having one issue with the Menu. The menu is a mixture of pages & categories. When I click on a category the tab associated with it does not highlight. This happens if I click on it in the sidebar menu widget or if I’m within a post and click the category link for that post. I would like the menu to highlight on the proper areas at the proper times. Other than the core CSS here is what I have added to try and make the tabs highlight properly.
.current-post-parent.current-post-ancestor { background: #cb0808; }
That code seems to work on most of it, but not all. If you go to the site and click on a sidebar category link and then click on a post, you will see what I mean. When you click on this link the Bands & Artists tab should be highlighted.
I have also tried:
.current-post-parent, .current-post-ancestor { background: #cb0808; }
And I’ve tried:
.current-post-parent, .current-post-ancestor, .current-menu-parent { background: #cb0808; }
None of these seem to highlight the tabs everywhere they are supposed to.
The page I need help with: [log in to see the link]
- The topic ‘Menu Tabs Not Highlighting Correctly’ is closed to new replies.