Hey there,
would you please provide a link to your website.. that would make it easier to help you.
Depends upon the theme your using!
So share the link and then it would be easy to help
You can change the color of text and background color via CSS thoe
Well, maybe you are working on the theme locally, so in case, i would strongly suggest to create a Child theme first, check this link to learn more about Chile themes: http://codex.wordpress.org/Child_Themes
After doing so, you will just have to change the color value of the menu bar:
.navbar.navbar-default {
background-color: #363636; ** to be changed **
font-family: ‘Open Sans’,serif;
font-weight: 500;
margin-bottom: 0;
Hope that helps,
take care
My site is http://www.hydrogenrich.org. I should have said that I don’t know how to do any coding. I will do my homework on making a child theme. Can you point me to a beginners guide on how to use CSS. — That is CSS coding, right? I’m not even sure where it gets entered.
Thanks for your help.
kickback, the theme I am using is Sparkling.
There is a special option for this in WordPress dashboard – Appearance – Theme Options – Header – “Top nav background color”.
Please spend some time and read Theme Documentation and browse areound Theme Options to understand what is possible.
In your case Child Theme is not necessary, at least for now.