Skip to main content
Contributor I
February 28, 2024
Solved

Remove Underline from Hyperlinks

  • February 28, 2024
  • 6 replies
  • 1508 views

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

    Problem Solver I
    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;
    }
     

    Contributor I
    February 29, 2024

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

    StefanUE
    Expert Problem Solver III
    StefanUEAnswer
    Champion & Partner
    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.

     

     

    Get in touch at https://www.linkedin.com/in/stefan-milicevic-706331137/
    Contributor I
    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
    September 24, 2025

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

     

    Byrne C
    Community Manager
    Community Manager
    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.