Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Breadcrumb Text Color


beanzy

Recommended Posts

Posted

Was wondering where I change the text color and size on a breadcrumb?

 

I know that I used catalog/includes/languages/english.php to change the standard text "Top" to Home

but did not see any type of code to change color or size.

 

I am new to the OSC and PHP so please forgive me if I ask what appears to be a simple question to some.

 

Thanks

Posted

In the stylesheet:

 

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;
}

(Your code may be different)

 

Sometimes after changing the stylesheet you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Was wondering where I change the text color and size on a breadcrumb?

 

I know that I used catalog/includes/languages/english.php to change the standard text "Top" to Home

but did not see any type of code to change color or size.

 

I am new to the OSC and PHP so please forgive me if I ask what appears to be a simple question to some.

 

Thanks

go to catalog/stylesheet.php and see

 

A.headerNavigation {

color: #FFFFFF;

}

 

around line 58 or so

Posted
go to catalog/stylesheet.php and see

 

A.headerNavigation {

color: #FFFFFF;

}

 

around line 58 or so

 

Great and thenks Mark and Jim....fount it and workd grat.... Too cool...hehe

 

Would the style sheet also be the place to change the search box text and colors?

 

maybe TD.infoBoxHeading?

Posted
This will explain what all is in your stylesheet.

 

Stylesheet

 

 

Thanks Brian...Tells me allot....Cool

 

Hey, how would I edit the breadcrum file? I would like to add maybe some tabs or text, pointing to other pages for easy accessibility.

 

 

Thanks

Archived

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

×
×
  • Create New...