Forms 2.0 - Remove formatting for required fields

Anonymous
Not applicable

Forms 2.0 - Remove formatting for required fields

Hello,

Is there any way that we can remove the default formatting of bolding the text and use the normal formatting?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Forms 2.0 - Remove formatting for required fields

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
Anonymous
Not applicable

Re: Forms 2.0 - Remove formatting for required fields

Thanks Will!
Anonymous
Not applicable

Re: Forms 2.0 - Remove formatting for required fields

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?