Created
May 11, 2013 10:30
-
-
Save INDIAN2020/5559566 to your computer and use it in GitHub Desktop.
superfish: parent nav menu style
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
| /*superfish menu parent style*/ | |
| .sf-menu > li:hover > a{} | |
| .sf-menu > li.sfHover > a{} | |
| .sf-menu > li li:hover > a{} | |
| .sf-menu > li li.sfHover > a {color: #fe681b;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment