Skip to main content

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.

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;
}
 


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


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.

 

 


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!