Skip to content

Instantly share code, notes, and snippets.

@rali14
Created August 20, 2015 12:18
Show Gist options
  • Select an option

  • Save rali14/3ec7ac118e98e396974b to your computer and use it in GitHub Desktop.

Select an option

Save rali14/3ec7ac118e98e396974b to your computer and use it in GitHub Desktop.
Change the colors of secondary menu: Listify
#site-navigation {
background-color: red;
}
.nav-menu a, .nav-menu li:before, .nav-menu li:after, .nav-menu a:before, .nav-menu a:after, .nav-menu ul a, .nav-menu.primary ul ul a, .nav-menu.primary ul ul li:before, .nav-menu.primary ul ul li:after {
color: black;
}
/* Below codes removes the secondary menu */
#site-navigation {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment