Is there any way to change the color of the subcatagories in the left side catagories box. withourt changing the main catagories color?
Is there any way to change the color of the subcatagories in the left side catagories box. withourt changing the main catagories color?
Adjust to taste.Code:a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited { color: #FF0000; text-decoration: none; }
now will that change my sub cats only or all the cats?
a.category-top is for top categories.
ive looked in my all the css and i cant find the:
a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
color: #FF0000;
text-decoration: none;
}Adjust to taste.
Sorry. I should have said, add this to your stylesheet and then adjust to taste.