inham Posted October 29, 2021 Share Posted October 29, 2021 Hi, I would like to add lines under my pages when you hover over them. Is it possible? Thanks! Link to comment
Beyondspace Posted October 30, 2021 Share Posted October 30, 2021 17 hours ago, inham said: Hi, I would like to add lines under my pages when you hover over them. Is it possible? Thanks! For community 's support, you should set your site with protected password and share them (site url & password) for us to access and check your issue properly 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
inham Posted October 30, 2021 Author Share Posted October 30, 2021 Hi, Hopefully it works! https://wolverine-polygon-atzy.squarespace.com/config/settings password: jewellery21 Link to comment
Beyondspace Posted October 30, 2021 Share Posted October 30, 2021 (edited) 38 minutes ago, inham said: Hi, Hopefully it works! https://wolverine-polygon-atzy.squarespace.com/config/settings password: jewellery21 You can try adding to Home > Design > Custom Css .header-nav-item { text-decoration: underline; text-decoration-color: transparent; transition: 1s; -webkit-text-decoration-color: transparent; -moz-text-decoration-color: transparent; } .header-nav-item:hover { text-decoration-color: inherit; -webkit-text-decoration-color: inherit; -moz-text-decoration-color: inherit; } It can be easier with the hover effect that sets underline navbar but with above code, we can have a little smooth transition in underlying. Hope it can help you. Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited October 30, 2021 by bangank36 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 October 30, 2021 Share Posted October 30, 2021 My testing result In addition, you can speed up or speed down the transition with the time in Css style underline nav.mp4 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
inham Posted October 30, 2021 Author Share Posted October 30, 2021 It works! It's great, thanks a lot! Beyondspace 1 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