Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: Parture on September 08, 2005, 07:58:24 PM

Title: Changing the background from white to ....
Post by: Parture on September 08, 2005, 07:58:24 PM
How do I change the background color from white to something else?

I tried change <body bgcolor=#......> and <tbody=#.....> but that didn't do anything.
Title: Re: Changing the background from white to ....
Post by: kegobeer on September 08, 2005, 08:09:35 PM
Background color is set in your theme's style.css file.
Title: Re: Changing the background from white to ....
Post by: forsakenlad on September 08, 2005, 08:14:15 PM
Yes, search for:


body
{
background-color: white;
margin: 0px;
padding: 0px;
}


In your theme's style.css and change it to the color you desire...