Hey guys,
This is my first attempt at setting up a Zen Cart template, or any template for that matter.
I'm having problems trying to get the hover on the main categories to work.
Please see:http://totaltattoosupplies.com/
As you can see, the category text is black and I'd like for it to hover on blue.
Here's the css,
a:link, #navEZPagesTOC ul li a {
color: #2B60DE;
text-decoration: none;
}
a:visited {
color: #3300FF;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #2B60DE;
#navCatTabs ul li a {
color: #0000FF;
}
A.category-top, A.category-top:visited {
color: #000000;
text-decoration: none;
}
A.category-links, A.category-links:visited {
color: #004080;
text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
color: #0000A0;
text-decoration: none;
Also, the information box on the right seems to have text in two different colours?
Any help would be appreciated...



Reply With Quote
