Highlight Current Page or Category – WordPress
I recently installed the Simple Sidebar Navigation for a client and they wanted to highlight the current page. I went searching for the answer and ran into the wordpress codex, dynamic menu highlighting, but it was a lot more simple. When it came down to it, I added the following to the suckerfish CSS: .current_page_item a { color: #0099cc !important; } Now it highlights the current sub-page navigation. Some investigation information: You might see several options when viewing with Firebug, including: .current-menu-item { } – targets only the menu item the visitor pressed to get to...
Read More