Remove a Menu

GK User
Mon Jul 16, 2012 3:53 pm
Hi,
Please, I need help how to remove the gray light menu

Thanks,

Best regards
Joomlis
User avatar
Expert Boarder

Konrad M
Mon Jul 16, 2012 7:25 pm
Hi,
please go to Menus and here unpublish all Top 'menu II' items.
User avatar

GK User
Mon Jul 16, 2012 8:32 pm
Thanks, I unpublished all Top 'menu II' items. But still have the empty menu
User avatar
Expert Boarder

Konrad M
Mon Jul 16, 2012 8:40 pm
Try add to override.css
Code: Select all
#gkBottomMenu {
display:none;
}

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

GK User
Mon Jul 16, 2012 9:21 pm
Thanks so much dear Konrad, It's works fine.
Please, I have one more question. Where can I find the css code for the menu with the
dark gray background. I need to edit the font.
User avatar
Expert Boarder

Konrad M
Mon Jul 16, 2012 9:27 pm
What you want to change font-type or font-size or color or all of this ?
User avatar

GK User
Mon Jul 16, 2012 9:34 pm
The font-type please
User avatar
Expert Boarder

Konrad M
Mon Jul 16, 2012 10:09 pm
Go to template settings. Here in 'fonts' section find selector
Code: Select all
#gkMainMenu > div > ul > li > a

and remove it. Or add to diffrent font type.
User avatar

GK User
Mon Jul 16, 2012 10:15 pm
Thanks, please What's the name of the menu with dark gray background in css files?
User avatar
Expert Boarder

Konrad M
Mon Jul 16, 2012 10:19 pm
It is
Code: Select all
#gkMiddleMenu

located in template.css. But any changes I advise add to override.css file. It will avoid issues during further template updates.
User avatar

GK User
Mon Jul 16, 2012 11:15 pm
Thanks so much it's works fine, your help is very useful and thanks for your time you gave to me.

Best regards
Joomlis
User avatar
Expert Boarder


cron