aleadvtz Posted November 1, 2022 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.
Beyondspace Posted November 1, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
aleadvtz Posted November 1, 2022 Author 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!
Solution Beyondspace Posted November 1, 2022 Solution 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted November 1, 2022 Posted November 1, 2022 My testing tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
aleadvtz Posted November 1, 2022 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment