Keeping content area white, and background grey
-
I previously figured out a problem I had with this particular page.
I wanted to make the content area white, so I inserted this code.body.page-id-373 {
background-color: #FFF !important;
background-image: none;
}The entire website has a grey background image that was blocking the white color I wanted which is the reason why I applied “background-image:none” to this page. However, I didn’t want the entire page to be white. Only the content area with the writing. The background I want to have the grey background image like the other pages. Below is a link to the page I’m working on.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Keeping content area white, and background grey’ is closed to new replies.