Sub Categories font color
I would have thought this was easy but I can not find any info on how to change the color of the sub category. I looked in my stylesheet.css but all I can find is this :
ody {
color:#000; /* main site font color*/
}
a:link {
color:#4f4f4f; /* main site links color */
text-decoration:none;
}
a:visited {
text-decoration:none; /* color of links after customer has visited them */
color:#313131;
}
a:hover {
color:#000; /* color when links are hovered over */
text-decoration:none;
}
h3.leftBoxHeading, h3.rightBoxHeading {
color:#fff; /* right and left box heading color */
}
.leftBoxHeading a, .rightBoxHeading a {
color:#fff; /* right and left box LINK heading color */
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
}
#navMain a span {
color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}
#tagline {
color:#333; /* tagline text color */
}
#productPrices {
color:#9F1C00; /* color of price */
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
color:#990000; /* color of sale prices and alerts */
}
.messageStackWarning, .messageStackError {
color:#fff; /* color of warning message text */
}
None of the above seems to be what I need to change. Is that correct?
So is it possible to have a Category : Oneida in teal and the sub categories in another color.
thanks
Mark
"I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard
Bookmarks