X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   bread crumb question (https://forum.x-cart.com/showthread.php?t=37780)

swifty 02-22-2008 11:29 AM

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

noms 02-24-2008 08:16 AM

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...

itsmeee 06-03-2008 12:38 PM

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.