Liz1994 Posted August 4, 2023 Share Posted August 4, 2023 What code do I use to put more space between the word and the underline for "Instagram" and the "Email" https://www.ramonataylorcollective.com Password is: !Lib@Spix1* Thanks Link to comment
CassAggett Posted August 5, 2023 Share Posted August 5, 2023 Per the above video, it looks like you're using the text highlight feature, rather than underlining the text which is done automatically for links. Remove this formatting and ensure the links are still set and you'll have regular underline. (If not, you can highlight and click CTRL / CMD + U on your keyboard to underline) If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM Link to comment
Liz1994 Posted August 5, 2023 Author Share Posted August 5, 2023 @CassAggett Ok I fixed that! What code do I use to adjust the spacing between the word and the line? I was trying to figure it out but I can't. Thanks! Link to comment
Solution CassAggett Posted August 6, 2023 Solution Share Posted August 6, 2023 @Liz1994 it depends if you want to target all links or just specific links, but the property is text-underline-offset To apply to all text links, you could try: .sqs-block-html a { text-underline-offset: 3px; } This won't affect the email address in the footer though as you've manually underlined this, rather than added a hyperlink that automatically underlines. It looks like you've got code on your site to remove all auto link underlines though: p a { text-decoration: none !important; } If you want all links to be underlined you can remove that from your code tuanphan 1 If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM Link to comment
Liz1994 Posted August 6, 2023 Author Share Posted August 6, 2023 This helped a lot @CassAggett thank you! CassAggett 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