Quick wordpress/blogging question Posted on December 6, 2006 by erin Anyone know of simple way to change the background color? I’m using Kubrick, otherwise known as “default.” Thanks! Share this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on Tumblr (Opens in new window)Click to share on Pinterest (Opens in new window)MoreClick to share on LinkedIn (Opens in new window)Click to email this to a friend (Opens in new window)
Should be the background-color for the page in the Stylesheet. Like this: #page { background-color: white; border: 1px solid #959596; text-align: left; }
Be warned that if you change the background colour, you may also want to change your header image, which includes a bit of the background colour around the edges: http://eringoblog.net/wp-content/themes/default/images/kubrickheader.jpg Also the edging image: http://eringoblog.net/wp-content/themes/default/images/kubrickbgwide.jpg and footer image: http://eringoblog.net/wp-content/themes/default/images/kubrickfooter.jpg
Should be the background-color for the page in the Stylesheet.
Like this:
#page {
background-color: white;
border: 1px solid #959596;
text-align: left;
}
Be warned that if you change the background colour, you may also want to change your header image, which includes a bit of the background colour around the edges:
http://eringoblog.net/wp-content/themes/default/images/kubrickheader.jpg
Also the edging image:
http://eringoblog.net/wp-content/themes/default/images/kubrickbgwide.jpg
and footer image:
http://eringoblog.net/wp-content/themes/default/images/kubrickfooter.jpg
OT: It was very nice to meet you, Erin. We own the Cranium board!