change background color in default theme

Started by saw, January 02, 2009, 05:44:43 AM

Previous topic - Next topic

saw

I did a search and found that someone had asked this exact same question, but I didn't see an answer, or if there was, I couldn't understand it. So here goes again.

I'd like to change the color of the overall background from gray (or whatever it is exactly) to white. I assume this is done by finding the relevant bit in the style.css file, but I can't find it.

Tyrsson

Find: Default line number #28

/* set a fontsize that will look the same in all browsers. */
body
{
font: 95%/90% Verdana, Helvetica, sans-serif;
background: #E5E5E8;
margin: 0;
padding: 12px 0 4px 0;
}


Replace with

/* set a fontsize that will look the same in all browsers. */
body
{
font: 95%/90% Verdana, Helvetica, sans-serif;
background: #ffffff;
margin: 0;
padding: 12px 0 4px 0;
}
PM at your own risk, some I answer, if they are interesting, some I ignore.

saw


Advertisement: