How do change the background color of my page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

How do change the background color of my page?

Post by duplay »

How do I change the background color of the webpages? I have read to change the

div#pagewrapper {
border: 1px solid #000;
background: #fff;

in coulours, but this doesnt work.

Any help?

Thanks,

MJD
becfret

Re: How do change the background color of my page?

Post by becfret »

You need to change the colour in body e.g.

body {
background-color: #fff
}
Post Reply

Return to “Layout and Design (CSS & HTML)”