jmass78 Posted October 19, 2013 Share Posted October 19, 2013 (edited) 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 October 19, 2013 by jmass78 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted October 19, 2013 Share Posted October 19, 2013 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 More sharing options...
jmass78 Posted October 19, 2013 Author Share Posted October 19, 2013 thank you, i have tried that but it still makes the hyperlinks font white. I am using the leo converse theme if that helps. Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 somewhere in global.css add this: .breadcrumb a {color:black;} Link to comment Share on other sites More sharing options...
jmass78 Posted October 19, 2013 Author Share Posted October 19, 2013 that worked! Thank you, changing to solved Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 you're welcome glad to hear that i could help you a little in this case with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now