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
Solved! Go to Solution.
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.