Using this template I have no want for the main menu, but once disabled it does not disappear.
Thanks,
Nick.
#gkMainMenu{
display:none;
}
Don Lee wrote:Hi Nick,
Add this code to CSS Override to hide the menu:
- Code: Select all
#gkMainMenu{
display:none;
}
Let me know if it helps.
Cheers,
tlpro wrote:No the problem is more involved than that. If you look at the default.php you will see it is switching on the search being enabled not the menu.