SOLVED

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

Go to solution
Anonymous
Not applicable

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

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
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Alok_Ramsisaria
Level 10

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

To customize the colour of token, please add the below mentioned code in your css:-
 
a.mktoNotYou{ color: #000000;}


 

View solution in original post

3 REPLIES 3
Alok_Ramsisaria
Level 10

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

To customize the colour of token, please add the below mentioned code in your css:-
 
a.mktoNotYou{ color: #000000;}


 

Lucas_Metherall
Level 4

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

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,

Anonymous
Not applicable

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

Fabulous! Thank you so much Alok!