Hide Labels on widget "Image Checkboxes"

  • ZEXEZ
    Asked on June 3, 2020 at 6:15 PM

    I'm attempting to use the widget "Image Picker".  I want to add Labels to the image, however, I do not want the label text to show on the form.  

    The only reason i'm using the label is so the "text" value will come across on the form notification email.  

    Is it possible to just hide the label using the custom CSS on this widget?


    Thank you,


    Bryan

    Jotform Thread 2366522 Screenshot
  • Vanessa_T
    Replied on June 3, 2020 at 10:29 PM

    Yes, that is possible. Please add the CSS below to each of your Image Checkboxes widget.

    #images_button_container label { display: none; }

    How-to-Inject-CSS-Codes-to-Widgets

  • ZEXEZ
    Replied on June 4, 2020 at 1:28 AM
    It is not the Checkboxes Widget that I’m asking about. It is the “IMAGE PICKER” widget. Can I hide the labels on this widget?
    ...
  • Vanessa_T
    Replied on June 4, 2020 at 1:54 AM

    My apologies, I was overwhelmed with the number of Image Checkbox widgets on your form that I haven't noticed the only Image Picker widget at the bottom.

    Kindly add the CSS below to your Image Picker widget.

    .imageLabel { display: none; }

    How-to-Inject-CSS-Codes-to-Widgets

  • ZEXEZ
    Replied on June 4, 2020 at 10:06 AM

    That worked.  Thank you.