How to change to BOLD for the radio button labels?

  • mgcaledonian13
    Asked on May 24, 2017 at 3:18 AM

    Can you tell me how to change to BOLD for the radio button labels

    Tried this 

    .form-radio-item label { font-size: bold !important }

    and

    .form-radio-item label { decoration: bold !important }

    Go on tell me what I should have used !!

    Willy Scott

  • cem JotForm Developer
    Replied on May 24, 2017 at 3:48 AM

    Hey mgcaledinian13,

    .form-radio-item label {

      font-weight: bold !important;

    }

    should do the job for you.

    Thank you for writing us.

    Have a nice day!

  • mgcaledonian13
    Replied on May 24, 2017 at 4:57 AM

    Thanks for that, I was close though !!