
Originally Posted by
vesuvians
Hi Anne, Thank you for your response. The web site I am building is available via the following URL:
http://www.matchboxlabels.co.uk
That brings up the Home Page. The text and line spacers that I am trying to change are on the following page:
http://www.matchboxlabels.co.uk/inde...index&cPath=60 I need to be able to change the colours of the countries so that they stand out when level 2 and level 3 categories are displayed in the left hand Categories Tree. Using the Web Developer tools, I've found all the different changes I need to make, excepting those in the categories tree and those under the flag images on the right hand side - can you help? Aaron
Code:
.betterCategories .category-top {/* YOUR CSS STYLES HERE */}
You can use the above to target all top parent links. If you wanted specific control, just explain more of what you want such as having on the active parent link with a certain style or some other combination.
Bookmarks