How to change the Image Upload Preview button color?

  • klowetx
    Asked on July 30, 2019 at 9:16 PM

    4.  Upload the Sign-In Sheet button color needs to be changed.  I have spent hours trying to figure this one out.

  • Jed_C
    Replied on July 30, 2019 at 9:58 PM

    You can inject the CSS code below inside the widget's CSS tab.

    .btn-select{

       color: black;

       background: #FFD400;

    }

    Reference guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    I hope that helps. Let us know if you have any questions or if you need further assistance.