Hide a menu item in main (top) menu

AppPhone - perfect Joomla template to for app developers for showing your applications support forum.
GK User
Thu Apr 18, 2013 2:32 pm
Is there a way to hide a menu item in this main (top) menu in the template. For instance I would like to hide 'home page' or some sub-items.
User avatar
Expert Boarder

Konrad M
Thu Apr 18, 2013 3:08 pm
Hi,
if you go to menu item you will find 'Menu Params (GavickPro)' section. Here you will find 'Additional class' option. Please add there for example 'nodisplay' and then add to override.css
Code: Select all
.nodisplay {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

teitbite
Sun May 12, 2013 9:19 pm
Hi

In menu item options You will see Show Name value. Simply set it to none.
User avatar
Moderator

GK User
Tue Apr 14, 2015 8:42 am
teitbite wrote:Hi

In menu item options You will see Show Name value. Simply set it to none.



I can't find the menù options where you can set the "show name value" .

Thanks in advance
User avatar
Senior Boarder

teitbite
Thu Apr 16, 2015 12:29 pm
Hi

This is a very old questions. Couple of things has changed since that time. Now You need to have a plugin GK Extended Menu installed. Than You will see a new tab in menu item settings which will allow to hide displaying this element.

You can find this plugin in rest_files package for Your template.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.