Change the color and font size in the widget

  • danilovd33
    Asked on January 16, 2018 at 5:01 AM

    How to change the color and font size in the widget "Image radio buttons"?

    Jotform Thread 1350472 Screenshot
  • Ardian_L
    Replied on January 16, 2018 at 5:49 AM

    Please use this CSS Code to increase the font size and change the color to white:

    .imageLabel {

        font-size: 16px !important;

        color: #fff !important;

    }

    Note: You can change the #fff to any color you want.

    Check the instructions on the link below on how to inject css code to your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any other question.