Please post your website URL to see your website setup and will try to help you from there.
Add this code to Appearance >> Theme Options >> Other >> Custom CSS
.nav.navbar-nav {
background: #eee;
}
It will change background only for menu items and not the entire header.
Let me know if this is what you were looking for.
Any page I create displays text over the main background picture, but it’s hard to read. Can I specify a background color for a page?
solanahomedesign.com
Also, want to have my footer stay at the foot of the page. Can I include som element in my page which will maintain blank space?
@jwilliamwilcox
You can se background color by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.
#content {
background: #fff;
}
Next time please start your own thread as this one is not relevant to your question.
Thank you. It worked like a charm, and sorry about the run-on post. I’ll create a new post next time.
I added one variable to the CSS above:
#content {
background: #fff; opacity:.7;
Result:
solanahomedesign.com
Thanks for the help,
Willie