How delete "home" in home page

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Feb 24, 2013 7:05 pm
hi all
I want try to delete "home" in home page.

I want delete this code: <li class="first active"><a title="home" id="menu101" class=" first active" href="http://www.xyzxsddsd.com/"><span class="menu-title">home</span></a></li>

in which file find it?
User avatar
Senior Boarder

GK User
Sun Feb 24, 2013 7:29 pm
Hi, you want to delete first menu item ?
If yes, add display:none; for "first" class in css.

Code: Select all
li.first { display:none; }
User avatar
Platinum Boarder


cron