Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save idavinder/8934961 to your computer and use it in GitHub Desktop.
Save idavinder/8934961 to your computer and use it in GitHub Desktop.
Different Color for each menu item in Genesis Theme
/* Primary Navigation menu item color styles - http://www.basicwp.com/menu-items-color-in-genesis/
--------------------------------------------- */
.nav-primary .redcolor a { background:#7F5217; }
.nav-primary .redcolor a:hover { background:#7F462C; }
.nav-primary .yellowcolor a { background:#FFFF00; }
.nav-primary .yellowcolor a:hover { background:#FFF380; }
.nav-primary .bluecolor a { background:#342D7E; }
.nav-primary .bluecolor a:hover { background:#15317E; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment