tea2204 Posted October 19 Share Posted October 19 (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 by tea2204 Link to comment
Solution Ziggy Posted October 19 Solution Share Posted October 19 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
tea2204 Posted October 19 Author Share Posted October 19 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. Link to comment
Ziggy Posted October 19 Share Posted October 19 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
tea2204 Posted October 21 Author Share Posted October 21 Unfortunately, that didn't work, but it's okay! I think your initial solve works fine. Thank you, @Ziggy! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment