/ Published in: CSS
To specify background and text colors for the secondary nav in the active stack.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.block-type-navigation ul.menu li.current_page_item a:hover {background-color:#F5E68E; color:#009ED8;}