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?
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!
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?
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!!
Hi Neeraj,
All of the other colours are coded as hex codes, and I get this error message when trying to just use white. Thanks though!
Can you send me the template/email code?
Copy the code and send it to be in a notepad/word file. I'll see what I can do to get it right.
email address: neeraj.shahdadpuri@reachlocal.com
Hi Neeraj, thanks for your help with this, it's still showing as grey though Suppose I'll just have to deal with it! Appreciate your help though, very kind!
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!
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
Glad it finally worked!