Help

Re: Adding color to email body copy

Solved
Jump to Solution
1679 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Kiersten_Kollin
6 - Interface Innovator
6 - Interface Innovator

Is it possible to add color to the automated email body copy. We are hoping to emphasize certain areas of content to our partners through the use of color. Thanks!

1 Solution

Accepted Solutions
TheTimeSavingCo
17 - Neptune
17 - Neptune

Yeap it's doable.  You'd do it via HTML, and you could either do it within the automation itself, or create formula fields that you'd then insert into the automation 

Here's an example of it being done within the automation itself:

<span style="color: red">Lorem </span><span style="color: blue">Ipsum </span><span style="background-color: yellow">Dolor</span>

Screenshot 2023-01-26 at 3.06.48 PM.png

And the result:

Screenshot 2023-01-26 at 3.06.41 PM.png

See Solution in Thread

5 Replies 5
TheTimeSavingCo
17 - Neptune
17 - Neptune

Yeap it's doable.  You'd do it via HTML, and you could either do it within the automation itself, or create formula fields that you'd then insert into the automation 

Here's an example of it being done within the automation itself:

<span style="color: red">Lorem </span><span style="color: blue">Ipsum </span><span style="background-color: yellow">Dolor</span>

Screenshot 2023-01-26 at 3.06.48 PM.png

And the result:

Screenshot 2023-01-26 at 3.06.41 PM.png

Kiersten_Kollin
6 - Interface Innovator
6 - Interface Innovator

Thank you! I will give this a try!

Thank you! This worked perfectly for my use case. Appreciate your assistance!

SpelaU
6 - Interface Innovator
6 - Interface Innovator

@TheTimeSavingCo is it possible to have colored URL? I don’t have a static URL, I'm using URL from field (which is specific for every record - it's actually URL to a prefilled Form)

I tried but it's not working:

<span style="color: blue">[text for url](field with URL)</span>

 

I also tried with HTML URL but it's also not changing the color:

<span style="color: green"><a href="field with url">text for url</a></span>