Background color for container or wrapper
-
I’m trying to set the background color of the entire middle section of the site (container?wrapper?)
This solution ALMOST works:
#content {background-color: #ffffff !important;}
.page-header {background-color: #ffffff !important;}…. but leaves a gap around the page header above.
and just doing this:
.container {background-color: #ffffff !important;}… is actually TOO much, as it covers up the top bar section.
There’s a div or class hiding in there somewhere. Help?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Background color for container or wrapper’ is closed to new replies.
