Skip to main content
April 30, 2014
Question

create Calendar Event .ics with specific color

  • April 30, 2014
  • 3 replies
  • 1071 views
I figured out how to do the iCal thing. However, the a href seems to be the standard internet blue. How do I change the link color of the token?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

April 30, 2014
I've found this quite frustrating too since it does not match our style guide.  If there's a way to change this I'd love to know.
May 1, 2014
You can easily include inline csss in that field!

Just try:

<span style="font-size:20px;color:red;">Add to calendar</span>
May 1, 2014
No, the span didn't work. I ended up defining the style of the <a> tag in the header. That worked.