rob_1234 Posted February 8, 2022 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
Beyondspace Posted February 11, 2022 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 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 February 11, 2022 Posted February 11, 2022 My testing 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
rob_1234 Posted February 15, 2022 Author Posted February 15, 2022 On 2/11/2022 at 10:18 AM, bangank36 said: My testing Thank you! This worked!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment