Created
August 24, 2016 04:15
-
-
Save RiaanKnoetze/2b4193a203e39d5430c6429d9ac62f96 to your computer and use it in GitHub Desktop.
Change sub category link colours when using Storefront Mega Menus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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