How to change colour of the "Not You?" token link | Community
Skip to main content
February 18, 2014
Solved

How to change colour of the "Not You?" token link

  • February 18, 2014
  • 2 replies
  • 2215 views
Hi,

The css on our landing page code all hyperlinks to blue, however the background of the form is blue so when the "not you?" is hyperlinked via a token it is automatically changed to blue.

Does anyone know how to customise the colour of tokens which turn into links?

Thanks,
Bec
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AlokRa4
To customize the colour of token, please add the below mentioned code in your css:-
 
a.mktoNotYou{ color: #000000;}


 

2 replies

AlokRa4Accepted solution
Level 10
February 18, 2014
To customize the colour of token, please add the below mentioned code in your css:-
 
a.mktoNotYou{ color: #000000;}


 

Lucas_Metherall
Level 4
May 5, 2020

Hi there,

 

How do I change the colour of tokens in the WYSIWIG editor for emails/snippets? We have an unsubscribe footer, that uses tokens such as {{lead.email address}} but it defaults to blue everytime. How do I change that colour?

 

Thanks,

February 18, 2014
Fabulous! Thank you so much Alok!