aleadvtz Posted November 1, 2022 Share Posted November 1, 2022 Hello, I am trying to hide the following links on mobile navigation folder but I cannot find the correct path to target the links. Any help? Thank you so much. Link to comment
Beyondspace Posted November 1, 2022 Share Posted November 1, 2022 9 minutes ago, aleadvtz said: Hello, I am trying to hide the following links on mobile navigation folder but I cannot find the correct path to target the links. Any help? Thank you so much. Can you share your site with the protected password so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
aleadvtz Posted November 1, 2022 Author Share Posted November 1, 2022 6 minutes ago, bangank36 said: Can you share your site with the protected password so I can take a look? Sure , it's https://wearelesthebaides.squarespace.com/?password=demo Thanks! Link to comment
Solution Beyondspace Posted November 1, 2022 Solution Share Posted November 1, 2022 22 minutes ago, aleadvtz said: Sure , it's https://wearelesthebaides.squarespace.com/?password=demo Thanks! You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .container.header-menu-nav-item [href="/naxos-gallerie"] { display: none; } .container.header-menu-nav-item [href="/histoire"] { display: none; } .container.header-menu-nav-item [href="/activits"] { display: none; } } Let me know it works on your site Support me by pressing 👍 or marking as solution if this useful for you aleadvtz 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 1, 2022 Share Posted November 1, 2022 My testing tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
aleadvtz Posted November 1, 2022 Author Share Posted November 1, 2022 2 minutes ago, bangank36 said: You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .container.header-menu-nav-item [href="/naxos-gallerie"] { display: none; } .container.header-menu-nav-item [href="/histoire"] { display: none; } .container.header-menu-nav-item [href="/activits"] { display: none; } } Let me know it works on your site Support me by pressing 👍 or marking as solution if this useful for you It worked! Thank you so much! Beyondspace and tuanphan 2 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