How can we adjust the label font size in image checkbox?

  • ppmocktrial
    Asked on January 2, 2016 at 10:48 PM

    http://www.jotform.com//?formID=53568641215457

     

    on the form above, I wanto use image checkbox widget to list out famous corporates, but the name of the companies are way too small. I wonder how can I adjust their font size using CSS code or other ways around.

    Any suggestion is appreciated.

    Thanks

  • ppmocktrial
    Replied on January 2, 2016 at 10:50 PM

    How can we adjust the label font size in image checkbox? Image 1 Screenshot 20that's how it looks like right now

  • Mike_G JotForm Support
    Replied on January 3, 2016 at 11:08 AM

    On this clone version of your form, https://form.jotform.com/60024196731955, I have added an Image Checkboxes widget

    After adding the links of the images and setting the labels for each option, the labels are by default in bold letters. 

    How can we adjust the label font size in image checkbox? Image 1 Screenshot 40

    So I inspected the element and found this:

    How can we adjust the label font size in image checkbox? Image 2 Screenshot 51 I would suggest you add this CSS codes to the Custom CSS tab of the widget: 

    li label{

    font-weight: bold !important;

    }

    How can we adjust the label font size in image checkbox? Image 3 Screenshot 62I hope this helps. Let us know if you need any further assistance. Thank you.

     

  • rbroadfo
    Replied on March 16, 2016 at 3:33 PM

    It seems as though the original question is regarding increasing the size of the image titles for the Image Checkboxes Widget. 

    Can you please provide the code to accomplish this.

  • Ben
    Replied on March 16, 2016 at 3:57 PM

    I have moved your question to a new thread here: http://www.jotform.com/answers/796198 where we will be assisting you shortly in regards to the same.