-
Lachen_DavidAsked 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 SupportReplied 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:
- In the Form Builder, select the Paragraph field's Gear icon to open Properties.
- In the Properties panel, go to Advanced at the top.
- Scroll down to the bottom and expand Field Details.
- Copy the value in the Unique Name field.
- 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.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!