Disabling main header menu

Posted in: Newspaper
Post count: 18

Hi guys,

I’m sure it’s been asked before but I couldnd’t find it on the forum, so here is my question : how can I disable completely the main menu ? I just want to keep the top menu and my main logo.
See here http://genres.paris/ I’d like to get rid of the menu where “sommaire” appears.
In addition, is it possible to get rid of this menu but keep the sticky menu, so for example the “sommaire” menu still appears on top of the page when we scroll down ?

Thanks !

Post count: 18

Hi, I found a way, adding this code to the css code did the trick 😉

.td-header-main-menu {
display:none;
}

However is it possible to still keep the main menu as sticky only, when we scroll down ?

Post count: 23312

Hello oguerin,

Please notice that if you want as your menu to be always in the sticky mode, you can set it from Theme panel to be so, like this -> http://screencast.com/t/TiGWeLX90oxt -> https://forum.tagdiv.com/main-menu/

Thanks for the message!

Post count: 1

Hello all!

Main menu display text “Click here – to select or create a menu” after I switch “Header menu (main) to –No Menu–” and delete all entrys in WordPress “Dashboard > Appearance > Menus”

Where i can disable main menu completely or disable this text to appear? I want enable only site Logo with HEADER STYLE 5.

Post count: 23312

Hello alexeynikolaev,

Unfortunately, our theme does not have such an option that offers you a way to disable the menu. So, if you want to remove that text, you will have to use a bit of CSS code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.

.menu-item-first {
display:none;
}

The result -> http://screencast.com/t/PTOpDythx5

Thanks.

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