Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing Colors Please Help

Changing Colors Please Help

Locked

Views: 1,572

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
14 Aug 2008, 7:38 AM
#1
debbie9339 avatar

debbie9339

New Zenner

Join Date:
Jul 2005
Posts:
5
Plugin Contributions:
0

Changing Colors Please Help

I am spending hours and hours wasting time trying to change the white box colors under Categories, Search & Information and the white on the outer part of the site. I've changed everything on the stylesheet that is #ffffff and nothing changes. I should not have to spend so many hours doing this.

Can someone tell me exactly what the problem is?

includes/templates/classic/css/stylesheet.css

http://www.tesoroitaliantreasures.com

My head hurts!

14 Aug 2008, 12:15 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Changing Colors Please Help

Zencart loads all stylesheets in the CSS folder for your current template.

You have 9 stylesheets (which may be a forum record) so when you make changes in one, another may override the change.

Get rid of all but the three that came with the classic template, then change the background-color in:

.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}