How to hide menu in mobile version

Hi guys

Even though I have no menus created, the menu-symbol is always visible on mobile devices.
How can I hide that?

btw: thanks for a really good template!

Cheers,

Hi @mortenhall,

I hope you are well today and thank you for your question.

You can try hiding the mobile menu by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

button.btn.navbar-toggle {
    display: none;
}

Best Regards,
Movin

Beautiful!
It works.

Thanks a lot.

Have a good one,
/Morten

You are most welcome here :slight_smile: