• I’m using the 960px wide layout, and I’d like to change the background color of the 960px body so it’s not white, and leave the two areas on each side of it white. This includes the background color of the “Home Page Top Widget Area” and the right sidebar. How do I get all of the center body to be a different color?

Viewing 1 replies (of 1 total)
  • That 960px comes in the form of many different templates. This is not the body, the body is the white part on the side. The 960px will be in header.php, index.php, home.pbp, front-page.php and footer.php depending on the theme you are using. You need to develop a child theme, otherwise with updates this code will be overwritten and lost. To adjust the style.css background-color of those particular div’s you can find this out using firebug. In most cases top part is usually header in html5 or div with a class of header. In the page template in html5 this maybe article or a div with a class of content, and footer maybe footer in html5 or div with a class of footer.

Viewing 1 replies (of 1 total)
  • The topic ‘Change site body color’ is closed to new replies.