How TO Remove Menu?

Posted in: Newsmag
Post count: 4

Hello

How do i remove the top menu completely – the one that appears underneath the header logo / etc?

i don’t need it, but cannot see an option to remove it.

Thanks in advance,

Anthony.

Post count: 23312

Hello anteck,

There is an option for it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/UTwkyBG9b

Thanks for the message!

Post count: 4

I’ll clarify – i want to remove the MAIN MENU.

Where it says :

HEADER MENU (MAIN)
Select a menu for the main header section

I have – No Menu – selected, but it still shows, and when looking at the site, the main menu says :

CLICK HERE – TO SELECT OR CREATE A MENU

Post count: 4

*bump* (to enable email notifications)

Post count: 23312

Hello anteck,

If you want to hide your main menu you should use a bit of CSS code, for example, try the code below and place it in Theme panel->Custom CSS area.

The code is ->

#td-header-menu{
display:none;
}

If is not what you mean, please provide more details.

Thanks.

Post count: 4

Thanks, but then with that css – the whole space is just white and looks strange.

I don’t need the menu at all, nor the container it sits within. How do i do this?

Cheers! 🙂

Post count: 23312

Hello anteck,

Provide your website so I can take a closer look and also, so I will be able to provide a more accurate response.

Thanks for the message!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.