Re: Calendar Tokens

Gabrielle_Trova
Level 2

Calendar Tokens

Hey!


Does anyone know a workaround to change the color of the Calendar invite tokens? They are hyperlinked blue in the CTA, and I cannot figure out how to change them to white. Thanks in advance!

1 REPLY 1
Jim_Thao7
Level 9

Re: Calendar Tokens

One way is inline CSS for the Hyperlink Text in your calendar token.

<span style="color:#ffffff">Save the Date</span>

or

<span style="color:#ffffff !important">Save the Date</span>