Created
August 20, 2015 12:18
-
-
Save rali14/3ec7ac118e98e396974b to your computer and use it in GitHub Desktop.
Change the colors of secondary menu: Listify
This file contains hidden or 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
| #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