Solved

make manage_preferences underline color white

  • 4 January 2023
  • 1 reply
  • 110 views

Badge +1

You can {% manage_preferences ‘update your preferences' %} or {% unsubscribe 'unsubscribe from this list' %}



make both underline color white



<div><span style="font-size: 10px;"><span style="color: #696969;">Want to change how you receive these emails?</span><br /><span style="color: #696969;"><span>You can </span><code>{% manage_preferences 'update your preferences' %} or {% unsubscribe 'unsubscribe from this list' %}</code><br /></span></span></div>



thanks

icon

Best answer by stephen.trumble 5 January 2023, 14:16

View original

1 reply

Userlevel 7
Badge +60

Hey @NICKM408 

Welcome to the Klaviyo Community and congrats on your first post! 

quick question, are you only hard coding emails or are you using the template builder? You can remove the underline from links in the Styles tab of the template. 

You can also remove the hyperlink 'underline'  by adding a blank text block to the top of your email template then adding the syntax to the source <style type="text/css">a{text-decoration:none!important;}
</style>

Hope this helps

Reply