Changing the hover color of the menu toggle
-
Hi there,
I’m wondering what the correct css is to change the hover color of the menu toggle. I thought that this would do it:.site-navigation-toggle a:hover {
color: red !important;
}but the hover color remains grey.
Any help is much appreciated.
Thanks!The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try using:
.hover .site-navigation-toggle:hover { color: red; }If it doesn’t work, please let me know :)
-
-
- The topic ‘Changing the hover color of the menu toggle’ is closed to new replies.