![]() |
bread crumb question
i want to make the last link in the bread crumbs italic, can this be done?
ok the last link insn't really a link, but i want to change it just the same. thanks for all the help so far. -swif |
Re: bread crumb question
Yes, it can be done, you only need to edit the location.tpl
you can use {if %position.last%} and then use whatever font you prefer... |
Re: bread crumb question
Thanks :)
This is what I added Code:
{if %position.last%}<a href="{$location[position].1|amp}" class="NavigationPathCurrent">{/if} right below Code:
{if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if} Edit: This turned my whole page into a link, so you need to add an </a> after {$location[position].0} Then of I added this to my .css file Code:
A.NavigationPathCurrent {color:#800000;} Your color and style may vary ;) |
All times are GMT -8. The time now is 11:21 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.