Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*color on hover*/
- .sf-menu li li a:hover{
- color: blue;
- }
- /*color for menu links*/
- .sf-menu li, .sf-menu li li {
- color: green;
- }
- /*color for selected parent menu link*/
- .sf-menu li.selected > a{
- color: grey;
- }
Advertisement
Add Comment
Please, Sign In to add comment