Zen Cart Logo
Forums / General Questions / text colors on center bar please help

text colors on center bar please help

Locked

Views: 944

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Oct 2007, 5:33 PM
#1
outpostmontana avatar

outpostmontana

New Zenner

Join Date:
Sep 2007
Location:
montana
Posts:
24
Plugin Contributions:
0

text colors on center bar please help

How do I change the text colors on the center bar, when you click on a main category link.

thanks

vicky

http://www.outpostmontana.com

please help

15 Oct 2007, 5:14 PM
#2
wazu avatar

wazu

New Zenner

Join Date:
Mar 2006
Posts:
9
Plugin Contributions:
0

Re: text colors on center bar please help

I think that can be done in sheet styles

Wazu

15 Oct 2007, 5:21 PM
#3
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: text colors on center bar please help

Via stylesheet of your current template
i.e. look for

 .centerBoxHeading {
 margin: 0em;
 background-color: #abbbd3;
 padding: 0.5em 0.2em;
 }

Alter background-color to suit
Example above taken from zencart
default template, classic

15 Oct 2007, 7:19 PM
#4
outpostmontana avatar

outpostmontana

New Zenner

Join Date:
Sep 2007
Location:
montana
Posts:
24
Plugin Contributions:
0

Re: text colors on center bar please help

Misty, wazu

thanks for you help, I did get it to work,

No,
.centerBoxHeading {
margin: 0em;
background-color: #abbbd3;
padding: 0.5em 0.2em;
}

That was the problem, :frusty:

found it

a:visited, #navEZPagesTOC ul li a:visited {
color: #ffffff;
text-decoration: none;
}

:clap:

Thanks again

vicky