rob_1234 Posted February 8, 2022 Share Posted February 8, 2022 Site URL: https://www.biancasaunders.com/ Hi, For my desktop site I have the navigation titles linked to the first page in the dropdown menu, but when on mobile the linked page then appears as an option in navigation in addition to the first page in the dropdown. For the "Shop" dropdown, it links to the "Clothes" shop, so I want to hide the "Shop" link that appears as an option above "Clothes" on mobile. This is the same for the "Explore" dropdown, the title is linked to the "About" page, so on mobile it shows two "About" links, so I want to hide the first one on mobile. But for the "Collections" dropdown, I want to keep "Collections" as an option as it appears below as it is actually a different page linked than the first option in the dropdown. Hopefully that makes sense what I am asking, any help would be appreciated!! Thank you Link to comment
Beyondspace Posted February 11, 2022 Share Posted February 11, 2022 On 2/8/2022 at 7:24 PM, rob_1234 said: Site URL: https://www.biancasaunders.com/ Hi, For my desktop site I have the navigation titles linked to the first page in the dropdown menu, but when on mobile the linked page then appears as an option in navigation in addition to the first page in the dropdown. For the "Shop" dropdown, it links to the "Clothes" shop, so I want to hide the "Shop" link that appears as an option above "Clothes" on mobile. This is the same for the "Explore" dropdown, the title is linked to the "About" page, so on mobile it shows two "About" links, so I want to hide the first one on mobile. But for the "Collections" dropdown, I want to keep "Collections" as an option as it appears below as it is actually a different page linked than the first option in the dropdown. Hopefully that makes sense what I am asking, any help would be appreciated!! Thank you Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .header-menu-controls.container + .header-menu-nav-item{ display: none; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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 February 11, 2022 Share Posted February 11, 2022 My testing 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
rob_1234 Posted February 15, 2022 Author Share Posted February 15, 2022 On 2/11/2022 at 10:18 AM, bangank36 said: My testing Thank you! This worked! 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