Class or id for the mobile menu?

Posted in: Newspaper
Post count: 61

Hi, I can’t for the life of me figure out what the identifying Class or Id be for the mobile menu.

Reason: I’m trying to replace it with a different menu plugin and I need the Class or id.

I’ve come up with all of the following using the browser inspectors but none of these work:

#td-header-menu, #td-header-wrap, #td-header-wrap-wrap, #td-header-menu-wrap-full, #td_stretch_container, #td-header-row, #td-container

#td-header-main-menu
#td-header-menu-wrap
#td-container-wrap
#td-header-style-4
#tdc-header-wrap
#td-top-mobile-toggle
#td-mobile-container
#td-mobile-content
#td-mobile-nav
#td-mobile-close
#td-menu-background

Post count: 23312

Hi,

Unfortunately, I do not exactly understand what you want to achieve. Please notice that we do not recommend using any such a plugin for the menu section because you can easily break the theme’s functionality, sorry! Also, please notice that we cannot provide support for untested plugins. The only way to know what kind of classes and id’s are using for our menu is to inspect that section with Inspector Browser. If you want to develop our menu section, please notice that you need to do it yourself through the code because it’s not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you.

Thanks for your understanding!

Post count: 61

Okay, let me approach this from a different angle.

Have you any code to hide the mobile menu? I’d appreciate it.

Post count: 23312

Hi,

If you want to hide the menu, you need to use the code below ->

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

Hope this helps!

Thanks.

Post count: 61

Excellent Catalin. So far so good.

Thanks!

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