-
Chern_DylanAsked on April 12, 2025 at 9:42 PM
I want to increase font and bold this form field:
is there a custom css that i can use to do this? Thanks!
Page URL: https://form.jotform.com/250161344876862 -
Sonnyfer JotForm SupportReplied on April 12, 2025 at 11:26 PM
Hi Dylan,
Thanks for reaching out to JotForm Support. You can easily change your Multiple Choice options' Font size and weight by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
label#label_input_488_0 {
font-weight: 700;
font-size: 15px;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
That's it. Here's what it looks like afterward:
Give it a try and let us know how it goes.
-
Chern_DylanReplied on April 13, 2025 at 4:10 AM
it worked thanks!
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!