Making the background of blog post section white
-
I inserted a background image into the body section of my css file, my goal being to have the image present on the left and right sides of the browser with the main content in the middle on a white background. You can see this at https://www.bhmbride.com.
However, when you click on a blog post only the header section has the white background, the actual post is against the background image. How do I make the the page, the middle section, on every page of the site, have a white background so that the background image only shows up on the left and right sides. I cannot for the life of me find the section in my wp dashboard that has this code. I thought i just need to add a <div id=”page”> tag to the other pages but this hasn’t worked either.
I appreciate your help
********
STYLESHEET: relevant codebody { background-image:url(‘https://www.bhmbride.com/wp-content/uploads/2011/02/SECONDSTRIPE.jpg’); font:13px Arial, Verdana, Helvetica, sans-serif; color:#494949; padding:0; margin:0; }
/*=== Layout ===*/
#page { width:970px; margin:0 auto; padding:0; background:#fff; }
- The topic ‘Making the background of blog post section white’ is closed to new replies.