Image Checkbox widget: How to change the font size of the image title?

  • natupote
    Asked on June 19, 2016 at 1:02 AM

    Hello everyone and sorry my english

     

    I'm using the Image checkboxes and i have a problem, because the title height of the image changes depending of the image size and of the number of caracteres to the image title, the title height is too small, how i fix it? Can i control the title height? A CSS code will help me a lot!

     

    Thanks!

    Jotform Thread 864102 Screenshot
  • Ashwin JotForm Support
    Replied on June 19, 2016 at 1:59 AM

    Hello natupote,

    Please inject the following custom css code in your widget to control the image title font size, weight and font family:

    li label span {

        font-weight: 700;

        font-family: arial;

        font-size: 11px !important;

    }

    Please check the screenshot below how to inject custom css code in widget:

    Image Checkbox widget: How to change the font size of the image title? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!