Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created August 24, 2016 04:15
Show Gist options
  • Save RiaanKnoetze/2b4193a203e39d5430c6429d9ac62f96 to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/2b4193a203e39d5430c6429d9ac62f96 to your computer and use it in GitHub Desktop.
Change sub category link colours when using Storefront Mega Menus
.main-navigation ul li.smm-active ul.sub-menu li a:not(.button) {
color: red;
}
.main-navigation ul li.smm-active ul.sub-menu li .sub-menu a:not(.button) {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment