Last active
March 8, 2017 13:20
-
-
Save rali14/d41c3bae6d330de60da7 to your computer and use it in GitHub Desktop.
Change color of Primary menu sub items in 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
| /* Change the word the color red to the color of your choice */ | |
| ul.sub-menu > li > a { | |
| color: red !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no funtion