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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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! tuanphan and Beyondspace 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