Jump to content

How to hide Mobile Hamburger Menu

Recommended Posts

Posted

I'm looking to hide the Hamburger Menu on Mobile since I am currently not using any additional pages and my website is set for a single page website.

Anyone have a CSS code to remove that hamburger menu?

Thanks!

  • 1 month later...
  • 4 months later...
  • 4 weeks later...
Posted
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!)

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.