Where it has the product header, item name and price... where in the css do you find this to change the text color?
I have the product names in a red and when I change that it also changes the product headers to that color, making it hard to read... is there a way to have the product names in one color and the product, item name and price in another....?
This is what I have but I want to know if there is somewhere that I can specift just for the product headers?
a:link, #navEZPagesTOC ul li a {
color: #6E0609;
text-decoration: none;
}
a:visited {
color: #7F2323;
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: #000000;
}



