Changing Image Radio Buttons Font Size

  • hdelashmit
    Asked on September 7, 2016 at 1:58 PM

    I am using the Image Radio Buttons widget, and whenever I make the images larger than 80px, then the image label font size is changed to 4px.  I tried adding the custom CSS to the widget, but I must be entering it wrong because I am still not able to change the size.

    Jotform Thread 926290 Screenshot
  • Jan
    Replied on September 7, 2016 at 4:20 PM

    Please insert this CSS Code inside the widget:

    span {
    font-size: 12px !important;
    }

    Changing Image Radio Buttons Font Size Image 1 Screenshot 20

    Hope that helps. Thank you.

  • hdelashmit
    Replied on September 7, 2016 at 4:22 PM

    That worked.  Thank you!