Changing Background of Page

Permalink
Is there any way for me to change the background colour of my theme pages?

I don't have the option with my current theme to edit the colours from the Dashboard,

I've got a style.css and ie.css file, but I'm not sure where to change the colour in the css document?

I've tried changing all background entries in style.css to FFF, but the page background remains the same.

Any tips?

 
VidalThemes replied on at Permalink Best Answer Reply
VidalThemes
Hi, if you want to change the entire background colour for a page you can change the colour of the body tag as follows:

body {background-color: #ffffff;}
VidalThemes replied on at Permalink Reply
VidalThemes
Sorry forgot to say this code should be added to style.css and I am assuming the ie.css is a stylesheet for internet explorer users so it will have to be added to that stylesheet also.
DoctorIT replied on at Permalink Reply
Thanks so much Man! You Rock!. I found the specific CSS entry by searching for the Body. It's formatted differently, but changing the colour works!
VidalThemes replied on at Permalink Reply
VidalThemes
No problems :)