Skip to main content
April 25, 2014
Question

Changing Form Font Color

  • April 25, 2014
  • 2 replies
  • 1928 views
On the new 2.0 forms, how do you change the font color?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 4
April 25, 2014
Option 1 - Use Rich Text and empty out the Field Label - https://community.marketo.com/MarketoArticle?id=kA050000000LH1iCAG

Option 2 - Put html into the field label

Option 3 - Modify the css - https://community.marketo.com/MarketoArticle?id=kA050000000LHXhCAO
April 25, 2014
Hi Michelle,

You could accomplish this by using the Rich Text editor in the form designer. In Field Settings, highlight the field label then in the right sidebar click on the pencil icon to the right of the label. This will open up the Rich text editor where you can apply color edits.
You could also go to the Form Settings tab on the left sidebar and click on the Themes tab. Next click on the gear icon in the upper right and choose the cusom css option. Add the appropriate CSS changes here and save. You should be able to target the form using this property: form .mktForm

Hope this helps,
Best,
David