How to make specific short text label bold?

  • Ivan
    Asked on June 27, 2024 at 12:22 AM

    hi team


    my form has a short text field #input_25 with the question “Testing”. How to make “Testing” to be bold without affecting other short text

  • Raymond JotForm Support
    Replied on June 27, 2024 at 2:14 AM

    Hi Ivan,

    Thanks for reaching out to Jotform support. Please inject the following code to your form. Let me show you how to do that:

    1. In Form Builder, click on the Paint Roller icon on the right.
      How to make specific short text label bold? Image 1 Screenshot 40
    2. Next, click on the Styles tab.
      How to make specific short text label bold? Image 2 Screenshot 51
    3. Then paste the following codes into the CSS box.
      How to make specific short text label bold? Image 3 Screenshot 62
    #label_25 {
    font-weight: bold !important;
    }

    If that doesn't help, please share with us the link to your form so we can check it out and see what's going on further. You may also consider using the Advance Designer. This guide will show you how to do that.

    Give it a try and let us know if you need any help.

 
Your Answer