Is it possible to add some text to the image slider widget?

  • ebuabua
    Asked on December 14, 2018 at 9:54 AM

    Is there anyway to add text on top of a picture in this form?

    Right now the text is a part of the picture.  The text looks very scrunched up though.  

    Is there ayway to make the text look less scrucnhed up?


    Here is the link

    https://form.jotform.com/83473811537966

  • Kevin Support Team Lead
    Replied on December 14, 2018 at 11:39 AM

     I have been testing this, but unfortunately, it's not possible to add some text to the images; however, you may control how the images are displayed, first, make sure that all the images have the same dimensions, width and height, then inject this code to the widget: 

    img.slidesjs-slide {

        width: auto !important;

        margin-left: 5%;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    I hope this helps.