Change submenu colors for active


/ Published in: CSS
Save to your folder(s)

To specify background and text colors for the secondary nav in the active stack.


Copy this code and paste it in your HTML
  1. .block-type-navigation ul.menu li.current_page_item a:hover {background-color:#F5E68E; color:#009ED8;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.