Jump to content

How to hide Mobile Hamburger Menu

Recommended Posts

  • 1 month later...
  • 4 months later...
  • 4 weeks later...

@beverly Yes, it's possible with some additional CSS code. If you could share your site URL and let me know on which pages you would like to hide the menu, I can write the required CSS code. Thanks!

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment
13 minutes ago, beverly said:

Is it possible to hide the menu on mobile only when opening some pages, but not for the entire website? 

If you use Business Plan or higher, add this code to Page Settings > Advanced > Code Injection

<style>
  /* hide burger */
.burger-inner {
	visibility: hidden;
}
</style>

If you use Personal/Basic Plan, edit these pages > Add a Code Block (anywhere on page) > paste this code

<style>
  /* hide burger */
.burger-inner {
	visibility: hidden;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.