Opinions on background colours please | Community
Skip to main content
September 22, 2016
Question

Opinions on background colours please

  • September 22, 2016
  • 2 replies
  • 3418 views

In Marketo's email templates, it seems the default setting is grey on the sides of the email (padding, background, whatever it's called...) and no amount of toggling the colours on the modules has any effect on them.

I always think the grey breaks up the email and looks a bit basic and cheap, I've always thought white edge to edge looks so much better. What are your opinions/workarounds on this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

September 23, 2016

I don't mind the grey background color myself, but to each their own, right? There isn't a module for this background color specifically, but you can modify it in the code of the email, changing it to white, a lighter grey, or even purple!

September 26, 2016

Hi Christina, how do I do that? I've modified the hex colour in the code of the email (email background colour) to FFFFFF, and it's still showing as grey, so just assumed it wasn't possible to change?

September 26, 2016

Hey,

Marketo emails sometimes don't take the hex color code into regard. Try using white instead of the hex color code, so use color: white; instead of color: #99cc00; .

Let me know if this works and if it does mark the reply as helpful!!

Cheers!!

September 29, 2016

Hi Regina Bluman​, I'm new to Marketo, but not to email coding. You're on the right track with the hex colors. It's important to use hex colors because email clients read those best.

One thing you could try is to force the white color like this: #ffffff !important. Hopefully that helps!

September 30, 2016

Hi Allie, cheers for the tip - I did try it, and got nothing.

Then, I accessed the exact same template yesterday, and the background had magically changed to white, as coded. I'm just blaming a Marketo hiccup for it taking two weeks to update

September 30, 2016

Glad it finally worked!