How to hide the empty menus?

GK User
Sat Sep 10, 2011 8:57 am
Hi,

New customer here, liking the template a lot.
One quick question: how do I hide the menus I don't need? I only need one horizontal menu and that's it. Please have a look at http://ireland.marxist.com/new/
I would like to "claim back" the empty space above the Main menu as now it is just a red bar. I removed the search module just to make sure but that doesn't make a difference.
Also, there is a similar problem with the breadcrumb: I only want the breadcrumb navigation in the actual article, not on the homepage as it takes up way too much space. Simply unpublishing it doesn't work as it still leaves that grey empty horizontal bar.
Any thoughts?

Thanks in advance,

M.
User avatar
Fresh Boarder

GK User
Fri Sep 16, 2011 8:35 pm
Firstly enable CSS override option template by going to

Joomla Administration > Template Manager > GKTWN2 > Advanced Features > CSS Override " On "

Then edit below file with a notepad or any other editor
Code: Select all
templatesgk_twn2cssoverride.css

Add below code
Code: Select all
/* Hides Topmenu */
#gkTopMenu {
    display: none;
}
/* Hides Bottommenu */
#gkBottomMenu {
    display: none;
}
User avatar
Platinum Boarder


cron