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


You need to login to view comments.