Hide Menu

October 08 Joomla Templates
GK User
Mon Jul 23, 2012 4:27 pm
Hi, I would like hide the main menu on certain pages, mainly the "home/default" page to create more of a page like "linkedin.com" for now whenever I choose "turn menu off' from the template parameters it does hide the main menu BUT I would just like to hide the main menu for the "home/default" page and would like for it to be visiable on all other pages.

Any advice? Thank you.

Website: www.industrygrind.com
User avatar
Fresh Boarder

Konrad M
Mon Jul 23, 2012 7:01 pm
Hi,
please go to the template manager options. Here in 'Features' section find 'Suffixes for pages' option. Check in menu which ID home page have and add suffix for example ' mysuffix' for this ID. I'm pretty shure that it will be 101. Then please add to override.css
Code: Select all
.mysuffix #gkTopMenu ul.menu {
display:none;
}

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


cron