How do you change the top menu color?
-
Hi! I am trying to change the color of the top menu bar from green to a new color. It is probably very simple but I can’t seem to figure it out. Any help would be great. Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi @leaonforcongress,
I see that your site is currently marked as “Private”. In respect to your privacy mode, we as volunteers, are unable to assist you further.
If you like, you can tag this thread with “modlook” so that WordPress staff are notified and able to offer further support.
Cheers!
-
Hi @, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and you can change the color of the menu bar. I’ve used a red color as an example, you can ecit the color as desired.
#navigation { background-color: #D00923; }
- The topic ‘How do you change the top menu color?’ is closed to new replies.