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
please help
Views: 944
New Zenner
How do I change the text colors on the center bar, when you click on a main category link.
thanks
vicky
please help
New Zenner
I think that can be done in sheet styles
Wazu
Inactive
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
New Zenner
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
Tell staff why this post should be reviewed.