How to hide menu when using ubermenu

.I am using ubermenu for desktop and a different menu for mobile. I would like to know how to completely disable the default menu of theme x. I will provide url in secure note. My theme is icon.

Hi @Bark201,

Thanks for reaching out!

I just check your website then I can see that you are using ubermenu for desktop but I am not quite sure what do you mean by completely disabling the default menu, would you mind sharing more information? Providing screenshots or videos is a great help.

Thank you.

the default menu is still loading if I disable ubermenu. I would like it to stop loading completely as long as I am using other plugins for the menu.

Hello @Bark201,

Please have a look at this doc to learn more about how to disable the Ubermenu

Or

In case if you are using a different plugin for this you can simply deactivate the Ubermenu plugin from the plugins lists.

Hope it helps
Thanks

I am not talking about ubermenu, I am talking about the default menu of the theme. How do I completely disable it so when turn off ubermenu the theme’s default menu will not show?

Hi @Bark201,

When the ubermenu is disabled the default WordPress menu will show because that’s the default one. I believe that what you are trying to do is not available using the X theme. If you want to customize how the header display or works, this can be done with header builder and the header builder is only available to Pro. I suggest that you upgrade your X to Pro to access the header builder feature.

Hope that helps.

Thank you.

Thank you for your reply. As I cannot revert back to x as I am hesitant with it.

Thank you for clarifying. I do have another question on the menu. I know this is not related to the ubermenu because it happened with theme x default menu as well. How do I stop it so these white frames will stop displaying?

Hi @Bark201,

You can use the CSS code below and put it in your X > Theme Options > CSS and it will remove the white frame when focus.

.x-navbar-inner nav ul li a:focus {
	outline: none !important;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.