Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save idavinder/8974949 to your computer and use it in GitHub Desktop.
Save idavinder/8974949 to your computer and use it in GitHub Desktop.
Highlight main menu while hovering over sub menus
//Make changes to nav-primary class, colors, background as per your theme - basicwp.com
//http://www.basicwp.com/menu-highlighted-sub-menus-hover/
.nav-primary ul li:hover > a {
color: #444;
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment