Change the Take Photo button display

  • DevoraG
    Asked on July 11, 2019 at 4:34 PM

    How can I make my "Take Photo" button display the same way as my "Scan Barcode"? What's the name of my Take Photo button to use in CSS?

    Thank you!

  • VincentJay
    Replied on July 11, 2019 at 7:22 PM

    To my understanding, you want to change the button and copy the style of the Scan Barcode button.

    If yes, please add this custom CSS code to the widget page. 

    #takePhoto, .file_upload label {

    background: darkred;

    }

    To add it to your widgets, please follow this guide: 

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

    Result of my test:

    1562887280cz53215 Screenshot 10

    I hope this helps.