How can I remove the "Home" button from main navigation

Is there a way to remove the "Home" button in main nav

1 answer

Profile photo of chavan 100.00 $tone May 26, 2011
Public

Do the following to remove the Home from the Menu

File Path: app\design\frontend\default\jm_adamitetemplate\ca talognavigationtop.phtml

Remove the following code from top.phtml file

Code:

<li <?php echo $homecls;?>>
			<a <?php echo $homecls;?> href="<?php echo $this->getUrl('') ?>" title="Home"><span>Home</span></a>
        </li>

Note: If you Find my Post useful please click on the Thanks Icon

#1

Please login or Register to Submit Answer

Written By

Comments