SOLVED

change color of calendar file link and remove the text-decoration?

Go to solution
Eric_Salamon1
Level 6

change color of calendar file link and remove the text-decoration?

I have figured out how to change link colors and remove the text-decoration in the html code, but is it possible to do it for the calendar file links?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: change color of calendar file link and remove the text-decoration?

I added inline styles to the text field, and it works for me:

0EM50000000SEaf.jpg

View solution in original post

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: change color of calendar file link and remove the text-decoration?

It might be if you adjust the CSS in the same way. I'd suggest looking at the fully generated email and then putting in some custom CSS that overwrites their CSS.
Eric_Salamon1
Level 6

Re: change color of calendar file link and remove the text-decoration?

CSS isn't read by most e-mail clients, so it is best to put it inline. Any other ideas?
Anonymous
Not applicable

Re: change color of calendar file link and remove the text-decoration?

I added inline styles to the text field, and it works for me:

0EM50000000SEaf.jpg
Eric_Salamon1
Level 6

Re: change color of calendar file link and remove the text-decoration?

To impliment on a regular link it works, but how can you do it with a token link, which doesnt reslove as a link until it is sent out?