Hide gk menu on a specific page

October 08 Joomla Templates
GK User
Thu Jul 12, 2012 2:16 pm
Hello,

I would like to hide the main menu on a specific page : http://www.sxminfo.fr/radio-calypso.html

I have a specific css class for this page but I didn't succeed in hiding the menu.

Does anyone have a solution ?

Thanks

Sandra
User avatar
Senior Boarder

Konrad M
Thu Jul 12, 2012 8:01 pm
Hi,
I checked in source code and you don't have any suffix. To add one to the page please go to the template settings. Here in 'Features' section you will find 'Suffixes for pages' option. Please check ID of your page in menu item and add to this id you suffix. For example 'mysuffix'. Then try add to override.css
Code: Select all
.mysuffix #gkMenuWrap {
display:none;
}

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

GK User
Thu Jul 12, 2012 9:09 pm
Hi Konrad,

Thanks for your help !

I now understand why my override did'nt work.I added the class in the menu item not in the template....

Best regards,

Sandra
User avatar
Senior Boarder


cron