Appspro tech main menu

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Tue Jun 05, 2012 3:18 pm
Hi,
I need to know how to disable or hide the built in Appspro tech main menu.

putting this code in the override.css file does not work.
Code: Select all
#gkMenu{
display:none;
}



thanks,

Hans
User avatar
Fresh Boarder

Konrad M
Tue Jun 05, 2012 5:00 pm
Hi,
change your code to:
Code: Select all
#gkMainMenu {
display:none;
}
User avatar

GK User
Tue Jun 05, 2012 8:06 pm
Konrad M wrote:Hi,
change your code to:
Code: Select all
#gkMainMenu {
display:none;
}


Hi Konrad,

I´m sorry but that does not work either.

Hans
User avatar
Fresh Boarder

Konrad M
Tue Jun 05, 2012 8:28 pm
Hans,
please give me url to your site.
User avatar

GK User
Tue Jun 05, 2012 11:43 pm
Sorry, I forgot to enable override.css in template settings,
it works now.

thanks,

Hans
User avatar
Fresh Boarder


cron