Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Stef001 on March 31, 2008, 03:27:21 PM

Title: Background color in classic theme ( smf2 )
Post by: Stef001 on March 31, 2008, 03:27:21 PM
Can someone tell me how i can change the backround color in the classic theme.
At this moment the color is like white, see: http://www.kaartenleggen.nl/smf
Where can i change this color.

Thanks.
Stef.
Title: Re: Background color in classic theme ( smf2 )
Post by: ianus on April 01, 2008, 02:56:34 AM
Greetings!

Have a look at the style.css in your themes-folder.

Search for:
/* The main body of the entire forum. */

insert, for example
body
{
background: #000;
}

(should make the background black)

Hope this helps
Title: Re: Background color in classic theme ( smf2 )
Post by: Stef001 on April 01, 2008, 06:04:17 AM
Thanks, that was the trick.

Stef.