SOLVED

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Go to solution
Anonymous
Not applicable

Is there a way to edit the hyperlink color of the calendar token in Marketo?

Is there a way to edit the hyperlink color of the calendar token in Marketo?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Hi Danielle

You can change the colour by adding the style into the hyperlink section of token, as below. Just change the hex colour in the text below to the one you want to use.

<span style="color: #ffffff; font-weight: bold;">Add to Calendar</span>

Hope that helps!
Bronwen

0EM50000000SsA7.jpg

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Hi Danielle

You can change the colour by adding the style into the hyperlink section of token, as below. Just change the hex colour in the text below to the one you want to use.

<span style="color: #ffffff; font-weight: bold;">Add to Calendar</span>

Hope that helps!
Bronwen

0EM50000000SsA7.jpg
Anonymous
Not applicable

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Thank you so much! This was very helpful. One more question: Is there a way to change the color of the underline? Or, remove the underline since this appears as a link. 

I was able to change the color; however, the underline still appears as the generic blue. 
Veronica_Holme4
Level 10 - Champion Alumni

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Hi Danielle - there's a good chance that this link colour is being driven centrally from the email CSS - you will need to adjust the link colour for the entire email there.

Caitlin_McCorm3
Level 3

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Hi! I was able to change the color of the text as instructed above, but the underline is still there even after I added text-decoration = none. Any thoughts on how to eliminate the underline?

Anonymous
Not applicable

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Were you able to figure out a solution to the underline?

Yoav_Guttman1
Level 4

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Add:

text-decoration: none

after the color you choose....e.g: style="color: #8A8A8D; text-decoration: none;" href=xxxxx

Anonymous
Not applicable

Re: Is there a way to edit the hyperlink color of the calendar token in Marketo?

Anyone figure out how to get rid of the underline? Since it's a <span> tag, text-decoration: none; isn't working with the solution Bronwen offered.