Yijie Posted July 12, 2022 Share Posted July 12, 2022 How to remove the underline while keeping the link? Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 Can you share link to page in screenshot? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CalvinEK Posted August 7, 2022 Share Posted August 7, 2022 I have a similar question. In my case, what I would like to do is to remove the underline on Headings (H1, H2, H3, H4) when they have links "on them". See the front-page on www.calvin.no Link to comment
paul2009 Posted August 7, 2022 Share Posted August 7, 2022 39 minutes ago, CalvinEK said: I would like to do is to remove the underline on Headings (H1, H2, H3, H4) when they have links "on them". Add this to Design > Custom CSS: h1 a, h2 a, h3 a, h4 a { text-decoration: none!important; } About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
CalvinEK Posted August 7, 2022 Share Posted August 7, 2022 27 minutes ago, paul2009 said: Add this to Design > Custom CSS: h1 a, h2 a, h3 a, h4 a { text-decoration: none!important; } Thank you, Paul. This worked wonderfully (as I'm sure you knew it would)! tuanphan and paul2009 1 1 Link to comment
MadisonGlenn Posted September 20, 2022 Share Posted September 20, 2022 Is it possible to do this on a basic plan? Perhaps with just a code block? Link to comment
tuanphan Posted September 21, 2022 Share Posted September 21, 2022 16 hours ago, waterthensprout said: Is it possible to do this on a basic plan? Perhaps with just a code block? Hi. Basic Plan still supports Custom CSS. You can add code to Home > Design > Custom CSS Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CherryJ Posted October 14, 2022 Share Posted October 14, 2022 (edited) On 8/7/2022 at 12:44 PM, paul2009 said: Add this to Design > Custom CSS: h1 a, h2 a, h3 a, h4 a { text-decoration: none!important; } I tried your code but it doesn't seem to work for me. Scroll to the bottom of this page to see the underline: https://www.cherryjeffs.com/how-to-finish-a-project Edited October 14, 2022 by CherryJ Link to comment
tuanphan Posted October 15, 2022 Share Posted October 15, 2022 12 hours ago, CherryJ said: I tried your code but it doesn't seem to work for me. Scroll to the bottom of this page to see the underline: https://www.cherryjeffs.com/how-to-finish-a-project Use this new code h1 *, h2 *, h3 *, h4 *, p * { text-decoration: none !important; background-image: none !important; } CherryJ 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CherryJ Posted October 15, 2022 Share Posted October 15, 2022 Thank you so much @tuanphan That worked! 😁 Link to comment
louisejmora Posted October 20, 2022 Share Posted October 20, 2022 Hi I am trying to make this change but I want to remove the underline from my monospace font selection. What would the code be for this please? Thanks Link to comment
tuanphan Posted October 22, 2022 Share Posted October 22, 2022 On 10/20/2022 at 9:23 PM, louisejmora said: Hi I am trying to make this change but I want to remove the underline from my monospace font selection. What would the code be for this please? Thanks Try this code pre code { text-decoration: none !important; background-image: none !important; border: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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