PDA

View Full Version : How do I change background color on template


Patsy
05-12-2007, 07:47 PM
I'm playing with the ThemeBlue and have gotten this far:

www.ncfsearch.com/directory

What I'd like to do now... is change the white background color to something else -- not sure what, maybe someone looking at my page can suggest a good contrast color. Need some direction on where to change.

Thanks,
Patsy

P.S.
I don't plan to use the Google Adsense (or at least I don't think I'm gonna) -- how do you turn that off so it doesn't appear and take up space.

Greg
05-12-2007, 11:21 PM
Hi Patsy

For the background color (if you're talking about the outer part) open the style.css file of the template and find:
body
{
background-color: #FFF;
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
margin: 0;
padding: 0;
font-size: 82%;
}
where you see background-color: #FFF;
just change the color there. I don't know what would be good.

For Google Adsense just go to:

Admin Panel » Configuration » Financial Configuration
Google AdSense display enabled disabled
Check disabled
Save Changes

Patsy
05-13-2007, 06:44 PM
Thanks,
Made the changes with no problem!

Patsy