Hey Dan-It looks like there is a white border getting rendered around the <a> element. I dont see that in the code here, but it might be in the .button class in the CSS in the <hea...
Hey Christina-I had a look at the code for the Carnival template and noticed that when I changed the button color to Marketo Purple (#5A54A4), I was still seeing the pink color in ...
You might need to get creative and use something like the nth-of-type selector to target the third .mktoFormCol to resize it differently than the first two.That might look somethin...
Hey Robb, thanks for putting this together for the community. It inspired me to take a swing at creating something similar using CSS. I've posted the a blog here: Restyle a Marketo...
Hey Sarah-If you're comfortable posting the HTML for the template you're working with, I'd be happy to take a look and see if I can help you thru this. Here's what I think might be...
Hey Scott-I wanted to see if there might be a way to tinker with the Rich Text Editor display, and here's a run-down of what I discovered. Not sure this answers the "add font to dr...
Hey Dan,You might need to add an editable area around your content to be able to make changes to it from within the Landing Page editor. Depending on which version of the editor yo...
Hey Ben, here's a few things you could try:1. Instead of using <div> or <p> elements in the email settings, try choosing "none". That way nothing extra gets added to your HTML and ...
Hey Mel-There is some documentation you'll want to refer to here (bookmark worthy): Email Template Syntax - Marketo Docs - Product DocumentationIn Marketo, the email template world...
I noticed something very similar to this last week when I created a "quick" email by wrapping all of the HTML in one editable container/module/mktoText section. When I approve the ...