AnnabelleYLD Posted November 22, 2022 Share Posted November 22, 2022 Hi, I'm trying to get the Hamburger icon on the navigation bar to change to an X when hovering mouse over the menu and menu expands on desktop version (kind of like it does on the mobile version) I've tried a few css codes I found online but nothing working so far.. Anyone an idea how to do this? Website is https://pigeonhousedelgany.squarespace.com password: Peanuts Thank you, Annabelle Link to comment
Beyondspace Posted November 22, 2022 Share Posted November 22, 2022 3 hours ago, AnnabelleYLD said: Hi, I'm trying to get the Hamburger icon on the navigation bar to change to an X when hovering mouse over the menu and menu expands on desktop version (kind of like it does on the mobile version) I've tried a few css codes I found online but nothing working so far.. Anyone an idea how to do this? Website is https://pigeonhousedelgany.squarespace.com password: Peanuts Thank you, Annabelle You can try adding to Home > Design > Custom Css .header-nav-item.header-nav-item--folder > a:hover:after { content: "\00d7"; } .header-nav-item.header-nav-item--folder > a { width: 50px; text-align: center; } Support me by pressing 👍 or marking as solution if this useful for you AnnabelleYLD 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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 22, 2022 Share Posted November 22, 2022 My testing AnnabelleYLD 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
AnnabelleYLD Posted November 24, 2022 Author Share Posted November 24, 2022 On 11/22/2022 at 3:37 PM, Beyondspace said: You can try adding to Home > Design > Custom Css .header-nav-item.header-nav-item--folder > a:hover:after { content: "\00d7"; } .header-nav-item.header-nav-item--folder > a { width: 50px; text-align: center; } Support me by pressing 👍 or marking as solution if this useful for you Worked a charm. You are a legend, thank you 🙏 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