Guest Posted March 8, 2004 Posted March 8, 2004 Hi does anyone know how to change the '>>' colour on the breadcrumb, I have tried modifing my css but still cant get it to work. Here is what my stylesheet looks like: TR.headerNavigation { background: #bbc3d3; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight : bold; } A.headerNavigation { color: #FFFFFF; } From reading the other posts on the forum, this should work, its not a caching issue either there was also a post where someone added the following lines of code: $breadcrumb->trail(' <font color="#FFFFFF">»</font> '); Could not get this working but not to sure where it goes either. Any help greatly appreciated, Cheers, Jonny
ptrau Posted March 8, 2004 Posted March 8, 2004 I modified mine in catalog/stylesheet.css Here is mine: TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #efefef; color: #660066; font-weight : bold; } see at http://gogogrocery.com Post your link and let's see it so we know it's not a browser cache issue. "Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!"
Guest Posted March 8, 2004 Posted March 8, 2004 Thanks for the reply, but it still does not work, i cant post a link either because i have it set up on my computer and am testing it through the server i set up on my system. i dont think it is a caching problem as i can change the text colour and this works its just the '>>'. Would any of my css settings e.g. bacground ones be overiding the text colour it said something about this in the Wikki documentation. Here is my source again: TR.header { background: #ffffff; } TR.headerNavigation { background: #bbc3d3; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight : bold; } A.headerNavigation { color: #ffffff; } A.headerNavigation:hover { color: #ffffff; } Any help is appreciated, Cheers, Jonny
Recommended Posts
Archived
This topic is now archived and is closed to further replies.