I tried to update the unsubscribed: {% unsubscribe%} font color in the email , but failed. It works on other hyperlink but not the unsubscribed syntax, any tricks to change the color ?
Best answer by alex.hong
View originalI tried to update the unsubscribed: {% unsubscribe%} font color in the email , but failed. It works on other hyperlink but not the unsubscribed syntax, any tricks to change the color ?
Best answer by alex.hong
View originalHi there
Thanks for posting to the Community! Hopefully I can help with your customization question.
The unsubscribe link text color can be changed by updating the source code. The below code can be inserted to update the color.
<a href ="{% unsubscribe_link %}" style="color: red;">Unsubscribe here.</a>
You can style the text for an unsubscribe however you'd like inside of the text editor.
To customize the text for the generated link:
{% unsubscribe %}
{% unsubscribe 'YOUR UNSUBSCRIBE TEXT' %}
If you need even more control, you can add a tag to provide only the URL for your unsubscribe link. For this, place the unsubscribe tag within <a href></a> tags:
<a href ="{% unsubscribe_link %}" style="color: red;">Unsubscribe here.</a>
When a recipient clicks a Klaviyo unsubscribe link, they will be taken to a confirmation page to confirm the unsubscribe request. It is not currently possible to create a link or button that automatically unsubscribes someone with one-click.
More information on the Unsubscribe link can be found here: How to Add an Unsubscribe Link to Klaviyo Emails
Have a great day!
Alex
I have tried to update my unsubscribe link color multiple times and multiple ways but nothing is working. The link always shows up as a light grey that is almost impossible to see. I am actually trying to make the link MORE visible as I hate when other companies hide their unsubscribe links. Please help.
One of my accounts this is happening as well meaning only the “unsubscribe” is invisible. Will need to play around with the code but if you or anybody needs a quick fix, you can drop in a background color to the text that isn’t white and it seems to work. Not the most elegant but useful if you need an email to go out now.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.