CSS for Outlook font colour on Eloqua emails
Hi,
I'm using the blank responsive template to build an email. To align with our brand, I need the bullet points to be a specific colour but with the text remaining our usual colour. I have managed to do this adding some code into the CSS and this works fine in most email clients. But on Outlook, the text and bullets are the same colour.
Outlook:
Other email clients:
This is the CSS I've added:
.elq-text-cell ul {
color: #d73e42;
font-weight: normal;
}
This changes the bullets and font to the red colour. I then use the text editor to change the font colour to the desired dark colour.
Tagged:
0