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
How do change the background color of my page?
Re: How do change the background color of my page?
You need to change the colour in body e.g.
body {
background-color: #fff
}
body {
background-color: #fff
}