Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change the colour of the arrows in Breadcrumbs


PJ2006

Recommended Posts

Posted

Hi,

 

Does anyone know how I change colour of the arrows in the breadcrumbs trail in the navigation bar?

 

Thanks

Posted

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;

}

Posted
Thank you very much

Actually, I did what you said be I still can't see them, they are still white.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...