biz4 Posted April 7 Share Posted April 7 Hello, I have currently used the attached code to hide certain links in the navigation which has worked fine for desktop however i can't remove it from mobile. Anybody able to help? Thanks password to view site is - jxnproperty Link to comment
Ziggy Posted April 8 Share Posted April 8 10 hours ago, biz4 said: password to view site is - jxnproperty Website URL? You need this class to target the mobile menu links: .header-menu-nav-item 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
biz4 Posted April 8 Author Share Posted April 8 Hi Ziggy, Url - https://terrier-crimson-7ffg.squarespace.com/sell Maybe also worth mentioning the navigation links are anchor links rather than actual pages. Thanks! Link to comment
Ziggy Posted April 8 Share Posted April 8 Try this in addition to the CSS (inside the style tags): .header-menu-nav-item[href="#faqs"] { 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
biz4 Posted April 8 Author Share Posted April 8 Thanks for the quick response, unfortunately this did not work. Any other ideas? Thanks! Link to comment
Solution Ziggy Posted April 8 Solution Share Posted April 8 This should work: .header-menu-nav-item:nth-child(2) { display : none; } biz4 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
biz4 Posted April 8 Author Share Posted April 8 Perfect, that seems to have worked. Thank you !! Ziggy 1 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