PJ2006 Posted May 19, 2007 Posted May 19, 2007 Hi, Does anyone know how I change colour of the arrows in the breadcrumbs trail in the navigation bar? Thanks
usernamenone Posted May 19, 2007 Posted May 19, 2007 Style sheet TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; /*change to the color you want*/ font-weight : bold; }
usernamenone Posted May 19, 2007 Posted May 19, 2007 For futuree reference: http://www.oscommerce.com/forums/index.php?showtopic=261762
PJ2006 Posted May 20, 2007 Author Posted May 20, 2007 For futuree reference: http://www.oscommerce.com/forums/index.php?showtopic=261762 Thank you very much
PJ2006 Posted May 20, 2007 Author Posted May 20, 2007 Thank you very much Actually, I did what you said be I still can't see them, they are still white.
usernamenone Posted May 20, 2007 Posted May 20, 2007 style sheet and change this: TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight : bold; } To this will make them black: TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #000000; /*change to the color you want*/ font-weight : bold; } Then upload and if the color does not change then you need to delete your cache or refresh your page.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.