"Important" hack —› color: #008000 !important;
"Important" hack —› color: #008000 !important;
[FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]
Yes but did you try it like this:If I change
A.category-top, A.category-top:visited {
color: #ca2721;
text-decoration: none;
}
to
a.category-top:visited {
color:#000000;
}
and move it, it makes the text in the category box black which I want red...
a.category-top {
color: #ca2721;
text-decoration: none;
}
a.category-top:visited {
color: #000000;
text-decoration: none;
}
which is what I mean't (sorry if I didn't explain very well)