Multiple Choice > Options: Change Font Size and Weight

  • Chern_Dylan
    Asked on April 12, 2025 at 9:42 PM

    I want to increase font and bold this form field:

    Multiple Choice > Options: Change Font Size and Weight Image 1 Screenshot 20


    is there a custom css that i can use to do this? Thanks!

  • Sonnyfer JotForm Support
    Replied 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.

    Multiple Choice > Options: Change Font Size and Weight Image 1 Screenshot 30

    That's it. Here's what it looks like afterward:

    Multiple Choice > Options: Change Font Size and Weight Image 2 Screenshot 41

    Give it a try and let us know how it goes.

  • Chern_Dylan
    Replied on April 13, 2025 at 4:10 AM

    it worked thanks!

Your Answer