Jump to content

How to hide mobile hamburger menu items on specific page?

Go to solution Solved by Ziggy,

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

This Custom CSS will hide the entire mobile menu on mobile, similar to how you have it on desktop:

#collection-651348e9f442c54ae8565bfd {
  .Mobile-bar-menu {
    display: none;
  }
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

You can try this Custom CSS:

#collection-651ddf5401d97636459a8627 {
  .Mobile-overlay-nav-item:nth-child(1) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(2) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(3) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(4) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(5) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(6) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(7) {
    display: none !important;
  }
  .Mobile-overlay-nav-item:nth-child(8) {
    display: none !important;
  }
}

Delete the ones you don't need.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.