Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change color of breadcrumb seperator


knipper

Recommended Posts

Hi all,

 

I'm trying to change the PHP code in header.php for the breadcrumb seperator I use. It only shows up in black, and I need white. I am able to change the actual breadcrumb color in my css file, but the seperator doesn't change! Here's the used code:

 

<?php echo $breadcrumb->trail(' » '); ?>

 

The » is what i need to change the color of on display. I have tried numerous options, and just can't get it without a page error! :blink:

 

Thanks in advance. :lol:

Steve K AKA - Knipper -

Link to comment
Share on other sites

Hi Burt, and thank you for the reply. However that doesn't change it! I already had it set to #ffffff for white text. But for some reason, the >> still remains black. Therefore I assumed it must be because it was added on into the header.php file.

 

But then I got to thinking... why not manually assign the class to the table cell. I did that and it worked. I am using STS, so it was easy... however in a standard config it would be a little tougher.

 

Thanks again!

 

In the stylesheet.

 

TD.headerNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 12px;

background: salmon;

color: blue;

height: 30px;

}

 

It's the color bit that you need to change.

 

A CSS primer can be foind at http://www.w3schools.com

Steve K AKA - Knipper -

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...