Forms 2.0 - Remove formatting for required fields | Community
Skip to main content
October 22, 2014
Question

Forms 2.0 - Remove formatting for required fields

  • October 22, 2014
  • 3 replies
  • 1369 views
Hello,

Is there any way that we can remove the default formatting of bolding the text and use the normal formatting?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

October 22, 2014
Hey Phil,
To removing the bold face of required fields, edit the form you are using, click on "Form Settings", then click on the gear icon in the top-right and choose "Edit Custom CSS". Then paste the following code in that box:

.mktoForm .mktoRequiredField label.mktoLabel{
      font-weight: normal;
    }

Step-by-step instructions with screenshots to edit the Form CSS can be found here: https://community.marketo.com/MarketoArticle?id=kA050000000LHXhCAO

Best,
Will
October 23, 2014
Thanks Will!
January 7, 2015
What about changing the color of the red asterisk? My form is set on a red background, so the red asterisks disappear causing the field spacing to look weird and not left aligned?