Need Wordpress Help!

Generally: Appearance, Editor, Styles, Style sheet CSS. Then look for .menu From there you should be able to change the color. Or just do a search in Google.
 
To change the background is simple. Open up the style.css in your theme's folder (left navigation click on "Appearance" and then click on "Editor") and on the "menu" line, you'll see something like:

menu{... menu bar color (or something like that): #8F5E5D; ...} - change that hexadecimal value (8F5E5D) to any color you'd like.
 
To change the background is simple. Open up the style.css in your theme's folder (left navigation click on "Appearance" and then click on "Editor") and on the "menu" line, you'll see something like:menu{... menu bar color (or something like that): #8F5E5D; ...} - change that hexadecimal value (8F5E5D) to any color you'd like.
Ahhh that is a better way of explaining it than me, more articulate... :cow_yellohehehe
 
That is what I would normally do but I see around 15 lines of header ul.meu and nothing that relates to the color of the bar that I can find.
 
If i had to guess I would change these two: #e4f1f8 and #1c6c96 Why? They are the only colors that resemble the current color of the menu. Maybe its just the blind leading the blind here, but its worth a shot.
 
Back
Top