Navigation Colors
-
I’m trying to change the color my navigation menu highlights to. Currently when you run the cursor over the links it is a teal color.
pickuppress.com
How do I change the color of this to my liking?
Thank you in advance!The blog I need help with is: (visible only to logged in users)
-
Hi, the first rule below is for the menu toggle icon background hover color and the second is for the hover color on the menu items.
.menu-toggle .fa:hover { background-color: #7f00ff; } .main-navigation a:hover { background-color: #7f00ff; }
- The topic ‘Navigation Colors’ is closed to new replies.