Re: create Calendar Event .ics with specific color

Anonymous
Not applicable

create Calendar Event .ics with specific color

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?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: create Calendar Event .ics with specific color

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.
Anonymous
Not applicable

Re: create Calendar Event .ics with specific color

You can easily include inline csss in that field!

Just try:

<span style="font-size:20px;color:red;">Add to calendar</span>
Anonymous
Not applicable

Re: create Calendar Event .ics with specific color

No, the span didn't work. I ended up defining the style of the <a> tag in the header. That worked.