Change Font Color - Forms 2.0 | Community
Skip to main content
May 29, 2014
Duplicate

Change Font Color - Forms 2.0

  • May 29, 2014
  • 2 replies
  • 1472 views
Currently, the form editor for Forms 2.0 allows users to change many aspect of the font being used on the form. This would include the font family, and the font size, along with others. 

What I would like to see included in the form editor, along with these capabilities, is the ability to change the font color. This could be accomplished by placing a dropdown list of general colors, along with a Color Picker for the outlying colors. 

2 replies

New Participant
February 7, 2020
No text available
Justin_Cooperm2
New Participant
May 30, 2014
When you click "Edit Form" and then click "Form Settings" in the left-hand nav bar, you can click the cog icon in the top right of the theme you've selected and choose "Edit Custom CSS." From there, add the following:

.mktoLabel {
    color: pink;
}

All your labels in your form will now take on that color (you won't see the changes in the editor, you'll have to "preview" the form to see these custom changes). I do agree with you though, it would be nice to add some options like this to the editor. In the meantime, use custom CSS to accomplish this.