Removing MAIN menu does not work

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Thu Apr 26, 2012 11:58 am
Using this template I have no want for the main menu, but once disabled it does not disappear.

Thanks,

Nick.
User avatar
Fresh Boarder

GK User
Thu Apr 26, 2012 4:33 pm
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,
User avatar
Platinum Boarder

GK User
Fri Apr 27, 2012 9:30 am
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,



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.

I have short term hacked the master default.php file to remove the option but this is not a great solution.

Thanks,

Nick.
User avatar
Fresh Boarder

GK User
Fri Apr 27, 2012 4:39 pm
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.

I don't get it, can you please clarify then I will try to find a better solution for you?

Thanks,
User avatar
Platinum Boarder


cron