how to remove HOME and MOZANIS'S COLORS from top menu?

Actually, body the same like subject. I want to remove these two links from menu
HOME
MOZAINI’S COLORS

I need more space for possible categories.
Thank you!

4 answers

Profile photo of chavan 100.00 $tone June 27, 2011
Public

1.Remove the following code from this File app\design\frontend\default\jm_mozanistemplate\ca talognavigationtop.phtml

Code:

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

2. Go to this File \app\design\frontend\default\jm_mozanistemplate\p age\ja_vars.php

Find this Code

Code:

$_params->set('usertool_color', 4);

Replace the above with

Code:

$_params->set('usertool_color', 0);

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

#1
Profile photo of Alan Kyne Perry 0.00 $tone June 27, 2011
Public

works as you wrote, thank you!
i got one more small question -- first category/menu starts with /
is it possible to remove it? i understand that / is category separator, however, if menu starts without home button, can start without first / ?

#2
Profile photo of chavan 100.00 $tone June 27, 2011
Public

Add this Code to this menu.css file in this path /skin/frontend/default/jm_mozanis/css/menu.css

Code:

.header-nav .nav-1{
background:none !important;
}

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

#3

This question is now closed

Written By

Comments