chrisnpg Posted April 7, 2009 Share Posted April 7, 2009 I have searched for this but nothing really matches what we need to do. Ok here it is: The bar where the breadcrumb ("bc" for short) displays your location is set at a dark blue but the default color of the the bc is hard to see. Would like to get just the bc displayed set to white so can be seen and read on the dark blue bar. But with out changing all the links in whmcs. The nav bar is on a white background so just changing the color of the links just wont work. Been trying a few things but just cant get them to work right. Below is the code we are using right now. {$breadcrumbnav|replace:'<a href=':'<a color=#000000 href='}</td><td style="text-align:right;">{if $loggedin} So if anyone has any ideas as the direction I need to take on this would be great. 0 Quote Link to comment Share on other sites More sharing options...
nowares Posted May 16, 2009 Share Posted May 16, 2009 This should work: {$breadcrumbnav|replace:'<a href=':'<a style="color:#FFF" href='} 0 Quote Link to comment Share on other sites More sharing options...
ProfitRamp Posted December 10, 2009 Share Posted December 10, 2009 i am trying to do something very similar. is there a way to add a css style class to the breadcrumb? i have tried several ways but none appear to work at all. thanks 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.