How to change the font weight of Radio Buttons?

  • hardingt12345
    Asked on March 10, 2017 at 1:20 AM

    The options presenting on the form for the single choice field seem to default to bold by default - can they be unbolded

    I wish to be consistent with the form so fields presented are all non-bold

    Jotform Thread 1087660 Screenshot
  • Support_Management Jotform Support
    Replied on March 10, 2017 at 8:21 AM

    Looks like the font weight of your Radio Buttons were set to Normal. The reason why it looked like it was set to bold was because the font-size is bigger than the rest of the elements on your form.

    To fix this, inject the following CSS Codes:

    .form-radio-item label {

      font-size: 16px;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes 

    RESULT:

    How to change the font weight of Radio Buttons? Image 1 Screenshot 20