JakobOutlaw Posted April 11, 2022 Share Posted April 11, 2022 Site URL: https://hyperboloid-chihuahua-y68g.squarespace.com/josephine-paschke Hey guys, so the issue is simple: the links in the paragraphas of the following two pages have this odd, massive underline and it want the underline to be thin: https://hyperboloid-chihuahua-y68g.squarespace.com/josephine-paschkehttps://hyperboloid-chihuahua-y68g.squarespace.com/play Password: stefan I tried tinkering around with CSS but I couldn't manage to get the underlines as I wanted them to be. The odd thing was, that while anaylzin the code, I removed "text-decoration: underline" from the element.style of the link element and instead of removing the underline alltogether, a different, thinner underline appeared. See attached screenshot. Any ideas? Cheers. Jakob Link to comment
Web_Solutions Posted April 11, 2022 Share Posted April 11, 2022 (edited) Add these code on Design > Custom CSS a span{ text-decoration: none !important; } Output If you want to remove the underline then add these codea{ text-decoration: none !important; span { text-decoration: none !important; } }Output Edited April 11, 2022 by Web_Solutions Ainul, Create_Job, Unique_Website and 1 other 3 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