Skip to content
Public Ticket #8604

Hamburger Menu

Conversation thread

PenciDesign replied

Staff Reply

Hi,

You can add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 960px){
#navigation .button-menu-mobile {
    display: none;
}
}

Best Regards,

PenciDesign

rovinvazirani started the conversation

Conversation Start

I want to know how I can remove the hamburger menu from mobile view. I don't have any content to show in the menu.

Want to join this conversation or access attachments? Sign in first.