We're working on forms for a new website. We have a specific lime green color to use for the button which I've selected in the form editor, but when we view the form on our staging site, the button appears as a teal color. Any ideas on how to solve this?
Solved! Go to Solution.
+1 on Gerard,
I prefer to add the CSS directly to the landing page template or the website (for embedded forms) so that I am sure that it will apply consistently to all forms.
-Greg
Did you add the color through the custom css area on the form editor? Also make sure to make all your styles "!important" so that they don't get overwritten. See example.
Edit the CSS of a Form Theme - Marketo Docs - Product Docs
}
Agreed Grégoire Michel and good point. If you can let your web team add the code to their css files it means they can be responsible for it otherwise if they update styles on the website the buttons and any other styles you have on your forms will suddenly look odd and out of place until you update them again in Marketo.
Thank you both - we got it working!