Need to disable mobile menu to use custom menu

Posted in: Newspaper
Post count: 8

Hello! I’d like to disable the theme’s mobile menu so that I can use a custom mobile menu. I am using the WP Mega Menu Pro on desktop and would like to use the Superfly Menu on mobile. How can I go about doing that?

Thanks in advance!

Post count: 23312

Hello Linda28,

Unfortunately, all of these plugins have not been tested with the theme and therefore, we cannot say for sure if it will work or not as expected, with the theme, sorry! You should make it yourself some tests with the plugin and also, you will have to remove the default mobile menu which appears by default in theme, using the
display: none for that element. It’s just a suggestion but you have to make some tests because we cannot provide additional customizations.

Thanks for your understanding!

Post count: 8

Thanks, Catalin! Where can I add that code to disable the theme menu?

Post count: 20688

Hi,

The theme mobile menu can’t be disabled by a setting. You could hide the entire mobile header with a CSS code. For example a code like this should work
https://www.screencast.com/t/tS2bzBOKE1GQ
In this case the code can be entered in Theme panel->Advanced CSS->Phones
https://www.screencast.com/t/2PhZn7vc

.td-header-menu-wrap-full {
display: none;
}

This code should remove the mobile menu bar with the menu icon, logo and search icon.

Thanks

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