How can I hide play and rewind buttons in this widget?

  • varshavan
    Asked on December 26, 2016 at 6:03 AM

    Elton,

     How can I hide play and rewind buttons in this widget?

    This is my test form https://www.jotform.com//?formID=53271592113450

     Vandana

  • Ashwin JotForm Support
    Replied on December 26, 2016 at 6:25 AM

    Hello varshavan,

    Please inject the following custom css code in "AutoScrolling Text" widget and that should hide the play and rewind button:

    span#rewindButton {

        display: none;

    }

    span#scrollButton {

        display: none;

    }

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

    How can I hide play and rewind buttons in this widget? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!