Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / background colour of page underneath boxes

background colour of page underneath boxes

Locked

Views: 968

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
30 Apr 2009, 2:33 PM
#1
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

background colour of page underneath boxes

Hi, I can't seem to find this in any forums, I'm trying to change the background colour of the main page, not the bit at the bottom (you can see its beige) but the rest of the big space that is all white http://www.thegreatgiftshop.co.uk/zencart/ basically I want to be able to change this white to any colour. I can't find the bit of code in the stylesheet. I also need to know how to change the background colour of the 'new prods for april' box. I know how to change the background colour of all the other boxes except this one.

Many thanks

30 Apr 2009, 2:38 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: background colour of page underneath boxes

Sushigal:

Hi, I can't seem to find this in any forums, I'm trying to change the background colour of the main page, not the bit at the bottom (you can see its beige) but the rest of the big space that is all white http://www.thegreatgiftshop.co.uk/zencart/ basically I want to be able to change this white to any colour. I can't find the bit of code in the stylesheet. I also need to know how to change the background colour of the 'new prods for april' box. I know how to change the background colour of all the other boxes except this one.

Many thanks

Su,
Add this to your_template/ stylesheet.css

#indexCategories {background-color: #000000;}

30 Apr 2009, 5:31 PM
#3
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

Re: background colour of page underneath boxes

hi thank you, that changes some of it as you can see; http://www.thegreatgiftshop.co.uk/zencart/

but the rest of the white around it I need to also be able to change, any ideas?

Also, the 'new products for april' box, how can i change the bg colour of that too?

Thanks