TinyPortal

Development => Support => Topic started by: zabz on January 22, 2009, 06:27:53 AM

Title: Background color problem
Post by: zabz on January 22, 2009, 06:27:53 AM
I am trying to make the background color of the entire site white, but there is an area around the left and right blocks that is grey. How can I change this to white?

To make the background white I changed the file
/Themes/babylon/style.css

/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
//   background-color: #D4D4D4;
   background-color: #ffffff;

}

Link to my site: http://youthroadracing.org/smrrc/index.php
SMF version: 1.1.7
TP version: 0.9.8
Theme name and version: Babylon 1.1
Mods installed: None
Related Error messages: None

Thanks for the help!
Title: Re: Background color problem
Post by: G6Cad on January 22, 2009, 07:32:36 AM
Change this part to the color you want.
//   background-color: #D4D4D4;
And remove this part
background-color: #ffffff;

Then in the TPortalblocks.template.php find the #D4D4D4 color and change to the color you want to have as background.