SOLVED

How to change {{lead.email address}} token colour change in email

Go to solution
Lucas_Metherall
Level 4

Hi all,

We use the sentence :

"this email was sent to {{lead.email address}}. If you wish to unsubscribe....." When the email is received this token info displays in blue, whereas our other links are an orange-ish colour. How can I change how this token renders? I am looking a the HTML and it isn't an <a href= > so I can't style the link.

 

We use #ea6c11 as a link colour..

 

Thanks,

 

Lucas

Tags (2)
1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

There's nothing special going on here, it's like any mailto: link. Pls show the exact code you're using for the link. It should be along these lines:

 

<a class="mktNoTrack" href="mailto:{{Lead.Email Address}}">{{Lead.Email Address}}</a>

 

With of course your standard inline link styles also applied. 

View solution in original post

11 REPLIES 11