Image Radio Buttons: How do I make the label font bigger

  • fmquality
    Asked on February 12, 2018 at 2:51 PM
    Jotform Thread 1381821 Screenshot
  • Mike
    Replied on February 12, 2018 at 4:16 PM

    Please try adding the next CSS to the Custom CSS tab of the Image Radio Buttons widget field:

    label span {
    font-size: 13px !important;
    }

    Image Radio Buttons: How do I make the label font bigger Image 1 Screenshot 20

    You can also change the 13px value.

    If you need any further assistance, please let us know.

  • fmquality
    Replied on February 12, 2018 at 6:03 PM

    It worked! thank you!