Hi have been trying to change the css properties for the link color in the breadcrumb navigation.
The view style information in the web developers toolbar says that is the following code:
#navCatTabs li .category-top .category-subs-selected{}
I have tried putting in a: styles .. like so
#navCatTabs li .category-top .category-subs-selected a:link{ color: #000;}
#navCatTabs li .category-top .category-subs-selected a:visited{ color: #ed626c;}
#navCatTabs li .category-top .category-subs-selected a:hover{ color: #575757;}
#navCatTabs li .category-top .category-subs-selected a:active{ color: #575757;}
but it changes nothing .. The css line above this
#navCatTabs li .category-top:hover{ color: #575757; } does alter the hover state but I have tried copying this line too and adding in the link style but no luck there either.
Appreciate any help.






Bookmarks