How can I change the font size on the Image radio buttons widget?

  • herbalife2016
    Asked on June 11, 2016 at 8:21 AM

    merhaba radyo düğmesi İstiyorum 

    Büyük yazı var

    Jotform Thread 858617 Screenshot
  • Nik_C
    Replied on June 11, 2016 at 10:40 AM

    The easiest way to increase the font is to inject the following custom CSS code in your widget:

    span{

    font-size:12px !important;

    }

    To inject the code to the widget, please follow this guide:

    How can I change the font size on the Image radio buttons widget? Image 1 Screenshot 20

    Just change the orange part of the code if you want to change the size of the font to value that suits you.

    Let us know if you have more questions.