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.