Is is possible to change the Take Photo button color?

  • Marcelina1971
    Asked on January 18, 2020 at 8:39 AM

    Is is possible to change the Take Photo button color?

    Please let me know if possible.

    https://form.jotform.com/200173230024839

  • Welvin Support Team Lead
    Replied on January 18, 2020 at 2:08 PM

    Yes, it's possible with custom CSS codes. The below custom CSS will change the background color, remove the shadow of the text, change the color of text, and remove the shadow of the button:

    div#takePhoto {

        background: red;

        box-shadow: none;

        color: #fff;

        text-shadow: none;

    }

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