Jump to content

[SOLVED] breadcrumb font color


Recommended Posts

So in the subcategories of my breadcrumbs the font defaults to the color white which makes the text look invisible in my background.  Any idea how to change this? I have edited CSS but it changes all my links.  I want the links to remain white but in my breadcrumb the links shoud be preferably a darker contrast.  I messed with breadcrumb.tpl with no luck.  

 

Thanks in advance!

Edited by jmass78 (see edit history)
Link to comment
Share on other sites

Good morning

 

Using ps 1.5.5 default theme

 

Have you tried going to global.css around line 561

 

/* ************************************************************************************************
BREADCRUMB
************************************************************************************************ */
.breadcrumb {
margin-bottom:10px;
color:#c20000!important;  (I have changed this colour to red(ish)
font-size:12px
 
}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px}
.breadcrumb img {
position:relative;
top:5px
 
Hope this may work for you
 
Paul
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...