tea2204 Posted October 19, 2023 Posted October 19, 2023 (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 October 19, 2023 by tea2204
Solution Ziggy Posted October 19, 2023 Solution Posted October 19, 2023 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?
tea2204 Posted October 19, 2023 Author Posted October 19, 2023 Thanks for the quick reply, @Ziggy! This is a good solve, but is there any way to hide individual menu items? If not, I think hiding the entire menu can work.
Ziggy Posted October 19, 2023 Posted October 19, 2023 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?
tea2204 Posted October 21, 2023 Author Posted October 21, 2023 Unfortunately, that didn't work, but it's okay! I think your initial solve works fine. Thank you, @Ziggy!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment