PDA

View Full Version : adjusting breadcrumbs


Lpspider
09-07-2011, 12:50 AM
I'd like to hide breadcrumbs on the homepage. In all the other pages I'd like to shrink the padding and change the link color - as is it blends with the back.

I've done a lot of research and still cant find the right stylevar. Tips appreciated.

I've attached an image of the issue.

Lynne
09-07-2011, 01:51 PM
You need to put a condition around the code to not show it on the index.php page:
<vb:if condition="THIS_SCRIPT != 'index'">
breadcrumb code
</vb:if>
As for the stylevars for padding, I believe it's hardcoded, so just write your own to override it. Link color is just link_color, so again, just write your own if you don't want to change the link_color which will affect a lot more than just the breadcrumbs.