Changing Form Font Color

Anonymous
Not applicable
On the new 2.0 forms, how do you change the font color?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable
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


Calvin_Lam
Level 4
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