Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How To ? change Home Link

How To ? change Home Link

Views: 869

Results 1 to 4 of 4
11 Apr 2011, 11:07 AM
#1
bigjon avatar

bigjon

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

How To ? change Home Link

v1.3.9h
Hi, can someone please tell me how to change the home link from an image to the word Home.
i've tried altering tpl_top_nav (in my template area) but i seem to be missing something - it keeps looking a mess...
Thnaks.

i changed

<li class="home-link"><a href="<?php echo '' . HTTP_SERVER . DIR_WS_CATALOG;?>"><!--img src="images/spacer.gif" width="1" height="14" alt=""--></a></li>

to

<li class=""><a href="<?php echo '' . HTTP_SERVER . DIR_WS_CATALOG;?>">Home</a></li>

but now i've lost the rounded corners. boo.

11 Apr 2011, 12:35 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How To ? change Home Link

This is not core templating. What template are you using?

11 Apr 2011, 12:59 PM
#3
bigjon avatar

bigjon

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

Re: How To ? change Home Link

This started out as a template from 12leaves... was this a bad idea? should i have started from scratch? (sorry, bit a noob).

i was hoping to make a clean and simple shop like http://vacuumfilters.org/
if you have any suggestions i'm all ears

11 Apr 2011, 4:00 PM
#4
bigjon avatar

bigjon

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

Re: How To ? change Home Link

Please Close This Thread.
i've decided to go with my own template, instead of customizing the one i was given. Thanks to all.
:oops: