SOLVED

Re: Changing the color of a Calendar Token

Go to solution
Anonymous
Not applicable

Re: Changing the color of a Calendar Token

Thanks Frank! I was going through the same thing today.

Matthew_McLare3
Level 1

Re: Changing the color of a Calendar Token

Thanks Frank!

Kyle_Hall
Level 1

Re: Changing the color of a Calendar Token

You can take this method one step further to get rid of the underline too:

<span style="color: #ffffff; display: inline-block; text-decoration: none;">Add to Calendar</span>

By adding the display: inline-block tag, you can then apply any text-decoration styles directly on the span and have them override the parent <a> tag. 

karlgi
Level 1

Re: Changing the color of a Calendar Token

Was truly looking all over the community for this solution. Thank you so much!