Skip to main content
Solved

Remove Underline from Hyperlinks

  • February 28, 2024
  • 6 replies
  • 1185 views

Forum|alt.badge.img+1

I have added 3 links in my header (3 sections). It has changed the text colour to blue and underlined each word that has a hyperlink. How do I remove both these features? Thanks in advance.

Best answer by StefanUE

Hey there!

In the style section of your template editor you should be able to see the links setting, which you can format any way you like, including removing the underline.

This should then remove the elements you didn’t like.

 

 

6 replies

Forum|alt.badge.img+1
  • Problem Solver I
  • 7 replies
  • February 28, 2024

Add this CSS code to your website's stylesheet or in a <style> tag in the <head> section of your HTML document. This will remove the underline from all hyperlinks on your website. If you only want to remove the underline from specific hyperlinks, you can target them using a class or ID selector. the code below

 

a {
    text-decoration: none;
}
 


Forum|alt.badge.img+1
  • Author
  • Contributor I
  • 1 reply
  • February 29, 2024

Hi there, not my website my klaviyo email template header section


StefanUE
Expert Problem Solver III
Forum|alt.badge.img+20
  • Champion & Partner
  • 100 replies
  • Answer
  • February 29, 2024

Hey there!

In the style section of your template editor you should be able to see the links setting, which you can format any way you like, including removing the underline.

This should then remove the elements you didn’t like.

 

 


Forum|alt.badge.img+1
  • Contributor I
  • 1 reply
  • September 16, 2025

Hello, is this still applicable? I do not see a links section in my template editor. When i click on the text box, this is the only thing that displays on my template editor. There is no link section. Up until today, I had been linking text in my email and the red underline would not show up. It seems i am having this problem again. 

Please help!

 


  • Contributor I
  • 1 reply
  • September 24, 2025

@Jenns I am looking for the same fix for underlined linked text. Thanks for any help!

 


Byrne C
Community Manager
Forum|alt.badge.img+27
  • Community Manager
  • 561 replies
  • October 8, 2025

@Jenns,

You should still see this option in the style section of your template, as a whole, rather than the styles of individual blocks. You should see this if you click Styles, next to Content, in the top left.