sheingartner Posted September 12 Share Posted September 12 I've noticed that on mobile my hyperlinks are getting much thicker than on desktop -- I'd prefer them to be a thinner weight. I'm attaching a screenshot comparison of desktop vs. mobile. Is there custom code I can add to address this? Thanks in advance! Website URL: https://www.sarahheingartner.com/photos Link to comment
CassAggett Posted September 12 Share Posted September 12 @sheingartner It looks like the same when viewing desktop and mobile versions on my end (code is set to 1px thick underline) You could try this to see if it works: // Link underline weight mobile // @media only screen and (max-width: 640px) { .sqs-block-html a { text-decoration-thickness: 0.8px !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment