How can I edit the background color of the Content field in this theme? I would like to remove the blue gradient and have a plain white background across the entire site. Have been looking in .css files but can't locate it.

Comments

sumitshekhawat7331’s picture

If you are using garland theme them there is an option for changing theme color..

admin..theme....configure....

color settings from you can change color

otherwise in the modules folder there is a module name system...inside this you can find system.css from here you can manage many things.

nickbits’s picture

Assigned: Unassigned » nickbits
Status: Active » Closed (fixed)

Hi,

Firstly, do not change anythin in the modules directory as they are core components and should not be touched and this theme dosn't support the same colour configuration method as Garland.

To change the background colour in this theme just edit the CSS file. Look for:

.node .content{
	padding:0;
	padding-left:5px;
	background:#fff url(images/postbg.jpg) repeat-y top left;
	text-align: justify;
}

You want to alter:

background:#fff url(images/postbg.jpg) repeat-y top left;

to

background:#fff;

Cheers,
Nick