How can unbold the font in my form?

  • muamutualfund
    Asked on July 9, 2020 at 12:46 PM

    Please help me to unbold some fonts and make it exactly like the form attached

    Jotform Thread 2439572 Screenshot
  • Basil JotForm Support
    Replied on July 9, 2020 at 3:22 PM

    Hi,

    To unbold all the text in your form you can try injecting the following CSS code:

    *{

    font-weight: normal;

    }

    Here is a guide on how to inject CSS into your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you want to make the form look more like the photo, you can try using our PDF form editor to create a form from your PDF file.

    Here is a guide on how to create your form from a pdf file.

    https://www.jotform.com/help/548-How-Can-I-Import-My-Own-PDF-to-JotForm

    Please let us know if you require further assistance.