Jump to content

How to hide mobile hamburger menu items on specific page?

Go to solution Solved by Ziggy,

Recommended Posts

Posted (edited)

I want to hide every page, but "HOME" from the mobile hamburger menu, but only on the "About Us" page on mobile. I've been trying to figure out how to hide nav items on mobile and I am stumped. Any help would be greatly appreciated!

Link to site page: https://www.thevanitygroup.com/about-us

Edited by tea2204
  • Replies 4
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution
Posted

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 
Hire me on Upwork!

📈 SEO Space (Referral link)
Ⓜ️ 
Will Myers' Plugins & Tutorials (Referral link)
 🔌 Ghost Squarespace Plugins (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Posted

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 
Hire me on Upwork!

📈 SEO Space (Referral link)
Ⓜ️ 
Will Myers' Plugins & Tutorials (Referral link)
 🔌 Ghost Squarespace Plugins (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.