Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 the HTML (#ed4e89) - set as the background-color. I think this is why you're seeing two different colors. It should prob...
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 something like this: .mktoFormCol { width: 48% !important;}.mktoForm .mktoFormRow:nth-of-type(2) .mktoFormCol {width:100% !impor...
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 Form with CSS with a short walkthru & some screenshots. Let me know if something like this might also work in your situ...
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 normal to expect of your email 2.0 template:You should be able to create a new email using the template and the "module...
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 dropdown" issue, but might provide some ideas about what else you could do with the content inside the RTE.-- Extra Credit...
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 you're using, this could look a few ways. If you're using the "Free-Form" Landing Pages, you might need to include a class...
Hey Ben, here's a few things you could try:1. Instead of using
elements in the email settings, try choosing "none". That way nothing extra gets added to your HTML and you should get a bit closer to the functionality you expect without the extra "help" from the WYSIWYG. In most cases, using a li
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 is divided into 1.0 and 2.0 environments. You may need to activate EM 2.0 to take advantage of the newest editor (highl...
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 email, I saw a similar warning and went to have a look at the text-only version of the email (click TEXT tab at the bott...
There are the two parts you'd need to set something like that up - a "trigger" and a "target". I'd recommend using the HTML editor to make this edit.You can click the HTML icon to open up the HTML view for your content and find the words you want to serve as the "trigger".TRIGGER: This will be what ...