Disable Canvas Menu / Burger Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Disable Canvas Menu / Burger Menu

HB

Holger Busch

Template 2 years ago

Hello, I am using helixultimate 2.0.11 template for a one sider and I would like to know how I can disable showing the burger menu.

I created a empty menu with the hope, that then it is disabled - but it is enable and - of course - emtpy.

So maybe here is someone who can tell me how to unpublish the three lines menu?

Regards Holger

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113104

Use this custom CSS

@media screen and (max-width: 900px) and (min-width: 100px) {
.burger-icon {
    display: none !important;
}
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #112989

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
HB
Holger Busch
Accepted Answer
2 years ago #112990

Sure. The burger menu is just at the mobile view.

0
HB
Holger Busch
Accepted Answer
2 years ago #112991

I think it is not possible to send a picture here, right?

0
HB
Holger Busch
Accepted Answer
2 years ago #113148

That works fine. Thanks a lot.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113229

You are most welcome. You can now close this post by accepting the answer.

0