Change menu color and hover color for my portfolio theme
-
I can’t figure out how to change the colors of the menu on my site using the css editor. Please help
The blog I need help with is: (visible only to logged in users)
-
Add this, and change the hex numbers:
nav[role="navigation"] li a, nav[role="navigation"] li { color: #505050; } nav[role="navigation"] li a:hover, nav[role="navigation"] li:hover { color: #1C1C1C; }
- The topic ‘Change menu color and hover color for my portfolio theme’ is closed to new replies.