Did you try the css?yegga wrote:gentlemen: this works. dbstr's solution works.
however: how do i apply this to sub-sub categories ad infinitum?
right now this applies a style to only categories one level deeper than the main categories.
but i have say, 4 levels of nested categories - how do i style them all?
Code: Select all
.box .middle ul li li a {
font-size: smaller;
color: #FF0000;
}
.box .middle ul li li a:visited {
font-size: smaller;
color: #FF0000;
}