Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change Header/Footer color

Change Header/Footer color

Locked

Views: 4,217

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
27 Aug 2008, 6:09 PM
#1
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Change Header/Footer color

How do I change the color of the Header and Footer on the main page (and category box too). I have looked at the stylesheet.css file but I didn't find anything there.

27 Aug 2008, 6:48 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Change Header/Footer color

If you mean the green bars in the 'classic' template, search for tile_back.gif in the stylesheet. They all use the same image.

27 Aug 2008, 7:22 PM
#3
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Re: Change Header/Footer color

That worked great. The bottom of my category box is still green though. Is there a way to change this?

27 Aug 2008, 8:04 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Change Header/Footer color

In the stylesheet:

**.leftBoxContainer, .rightBoxContainer {

margin: 0em;

border: 1px solid #9a9a9a;

border-bottom: 5px solid #336633;

margin-top: 1.5em;

}**

That part isn't done with an image like the header.

27 Aug 2008, 8:33 PM
#5
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Re: Change Header/Footer color

Can I also change the color of the text in the boxes?

27 Aug 2008, 8:42 PM
#6
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Re: Change Header/Footer color

Ok, I found it here:

A.category-top, A.category-top:visited {
color: #008000;
text-decoration: none;
}