Looking to hide image labels on image picker

  • WisdomOnTap
    Asked on June 5, 2017 at 7:08 AM

    I am looking to either hide the labels altogether, or make them too small to read (its about changing the "tense" so they can be injected into a text field later 

    In the example, some of the questions "went small" but the last one did not. I looked at the odd one out and could not see the difference.

    So best outcome: there is a label present, but not visible at all. Second best: too small to notice :-)

    BTW thanks for making a GREAT platform.

    Tom

  • seth
    Replied on June 5, 2017 at 8:32 AM

    Hello,

    I checked your form and see that all the labels of the images are small. I think your form cache causing you to see an old version of your form. Please try a hard refresh (CMD + SHIFT + R for Mac, CTRL F5 for Win).

    Furthermore, you can make the labels disappear by injecting some CSS code into your widgets. You need to do it for all of the widgets. Here is the code:

    label{

    display:none

    }

     

    Use widget settings button and on the Custom CSS tab, paste this code:

    Looking to hide image labels on image picker  Image 1 Screenshot 20

    I hope this answer helps. Please don't hesitate to contact us for your further queries.

     

    All the best!