Changing the Background Color

Author: phpLD
Added: February 19, 2006

To change the background color look in your main.css look for this:

Code:


body {
  background: #FFFFFF;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 8pt;
}


It should be at the top of the main.css


In this line:


Code:


background: #FFFFFF; 

you should change the #FFFFFF to what you like. Use a html color chart to get a new color. Here is a list of websafe colors.