change menu text color
-
Hi, I need help changing the color of my navigation menu text from white to black. I changed my menu background to white and now my text has disappeared and I can’t figure out how to change it to black before scrolling. Thanks.
The blog I need help with is: (visible only to logged in users)
-
You can change your menu links and menu toggle to black with this custom CSS:
#header.header-large .menu a, #header.header-large .menu a:link, #header.header-large .menu a:visited, #header.header-large .menu-toggle, #header.header-large .menu-toggle::before { color: #000; }Let me know how it goes.
- The topic ‘change menu text color’ is closed to new replies.