Changing the Backgroung Color
Can anyone help me to change the main background color for all pages on my site. I am talking about the gray that surrounds all the boxes, and is all around the outside of the site. (Not the gradient gray that is in all the boxes and posts)
I tried editing the master .css file here,
/* main */
body, html { margin:0; padding:0; background-color:#efefef; } (Changing the background color code to another color)
But it didn't seem to work. When I loaded the page if was still gray. It actually loaded the new color for a split second, then reverted back to the gray. Is there something else I need to be doing to get it to change?
Thanks