knipper Posted January 29, 2009 Share Posted January 29, 2009 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 More sharing options...
knipper Posted January 29, 2009 Author Share Posted January 29, 2009 It can't be that hard... some guru should be able to get this one quick! Bueller, Bueller... anyone? Steve K AKA - Knipper - Link to comment Share on other sites More sharing options...
burt Posted January 29, 2009 Share Posted January 29, 2009 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 Link to comment Share on other sites More sharing options...
knipper Posted January 31, 2009 Author Share Posted January 31, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.