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.
-
- 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
and remember to enable override.css option in template settings.
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.
- teitbite
- Sun May 12, 2013 9:19 pm
Hi
In menu item options You will see Show Name value. Simply set it to none.
In menu item options You will see Show Name value. Simply set it to none.
-
- 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
-
- 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.
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.
-
- Moderator
5 posts
• Page 1 of 1