2008-11-07, 10:30 PM
2008-11-07, 10:35 PM
Edit the global.css stylesheet for your theme, and you'll see a property called "body". Just change thie "background" value to any hex (or HTML) colour!
If it doesn't exist, or it's not in the body element, just add the hex colour in or switch to "Advanced" mode and add
For a list of Hex colours, see http://www.december.com/html/spec/color.html

If it doesn't exist, or it's not in the body element, just add the hex colour in or switch to "Advanced" mode and add
body {
background-color: #eeeeee;
}
For a list of Hex colours, see http://www.december.com/html/spec/color.html

2008-11-08, 08:07 PM
LOL I feel silly. So simple. Thanks a bunch. I like that so much more. THANK YOU!!!!!