How to cahnge font size for Image Checkboxes widget?

  • criterions
    Asked on July 8, 2016 at 2:04 PM

    Is there a way to control the label font size for the Image Checkboxes control? It's a great control, but I'd like to be able to reduce the font size if possible.

  • BJoanna
    Replied on July 8, 2016 at 3:10 PM

    Currently font size of Image Checkboxes widget is 15px. It is possible to change it with CSS. Inside of your Image Checkboxes widget Custom CSS field add this CSS code:

    span {

        font-size: 10px!important;

    }

    How to cahnge font size for Image Checkboxes widget? Image 1 Screenshot 30

    After that you form will look like this.

    How to cahnge font size for Image Checkboxes widget? Image 2 Screenshot 41

    Here is my demo form: https://form.jotform.com/61896096449978 

    Feel free to clone it

    Hope this will help. Let us know if you need further assistance. 

  • criterions
    Replied on July 8, 2016 at 4:18 PM

    Perfect. That's exactly what I needed

  • BJoanna
    Replied on July 8, 2016 at 5:32 PM

    You're welcome. 

    Feel free to contact us if you have any other questions.