Guest Posted November 12, 2020 Share Posted November 12, 2020 Hi, Im have a custom squiggly line I drew that I want to use as an underline for my active tab in my nav. I was wondering if its possible to do that with the css Link to comment
Beyondspace Posted November 12, 2020 Share Posted November 12, 2020 Please send the site url and your drawn image, i will help place it BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
Guest Posted November 12, 2020 Share Posted November 12, 2020 kazoo-sparrow-xwe9.squarespace.com password: fall Link to comment
Beyondspace Posted November 12, 2020 Share Posted November 12, 2020 Is this good .header-nav-item:hover a, .header-nav-item--active a { display: inline-block; position: relative; } .header-nav-item:hover a:after, .header-nav-item--active a:after { content: ''; position: absolute; width: 60px; height: 15px; left: 0; bottom: 0; background: url(//content.invisioncic.com/p289038/monthly_2020_11/Underlined.thumb.png.be6b54785e0850b97144cb2ab7b805a6.png); background-size: cover; background-repeat: no-repeat; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
Guest Posted November 12, 2020 Share Posted November 12, 2020 Thank you, thats about right. Is there a way for it to not overlap? Link to comment
Beyondspace Posted November 12, 2020 Share Posted November 12, 2020 31 minutes ago, quag said: Thank you, thats about right. Is there a way for it to not overlap? Change value bottom to negative value, so far it 0 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.