Paragraph Font Family

  • Lachen_David
    Asked on April 29, 2025 at 1:36 AM

    Can we change the font family of an indivual paragraph to out liking since the options are limited

  • Kyle JotForm Support
    Replied on April 29, 2025 at 8:58 AM

    Hi Lachen_David,

    Thanks for reaching out to Jotform Support. You can change the font family of a specific paragraph field by getting the Field ID and injecting a custom CSS code into your form. Let me show you how:

    1. In the Form Builder, select the Paragraph field's Gear icon to open Properties.
    2. In the Properties panel, go to Advanced at the top.
    3. Scroll down to the bottom and expand Field Details.
    4. Copy the value in the Unique Name field.

    Paragraph Font Family Image 1 Screenshot 30 Now let's inject a custom CSS code using the field ID:

    1. Copy the CSS code below:
    #id_445 { (Change the value of 445 to your Field ID)
      font-family : 'Lily Script One', cursive; (Change the font to your preferred one)
    }

    2 . Choose the Paint Roller icon located in the top-right corner of the Form Builder.

    3 . Navigate to Styles at the top of the Form Designer window on the right.

    4 . Under Inject Custom CSS, enter your code; all modifications are automatically saved.

    Paragraph Font Family Image 2 Screenshot 41 Give it a try and let us know if you need any help.

Your Answer