I realised that after asking the question, sorry.
What I don't understand is how your generic stylesheet is manipulating these top level categories when they're active categories. When I select for example, womenswear>tops, the top level, 'womenswear' goes bold and I can make the font size change or I can change alignment etc... this is from using:
PHP Code:
#chcategories li a.cat-selected-text {
list-style: square inside url(../images/bullet3.gif);/*change to list-style: none; to remove bullet*/
font-weight:bold;
If it's not getting the <ul> tags then how is #chcategories li a.cat-selected-text affecting it and is there perhaps a new tag I can ad for example #chcategories li a.cat-NOTselected-text?
Sorry, I'm an amateur and I do struggle with the basics at times :-)
Bookmarks