Removing Form Shadow

  • Jeremy
    Asked on August 13, 2020 at 12:17 PM

    How do I remove the form shadow around every form?

  • Amjad_A
    Replied on August 13, 2020 at 2:05 PM

    Hi Jeremy,

    Thanks for reaching out to us,

    To remove the shadow from the form, you may inject the following CSS code:

    .supernova .form-all {

      box-shadow: none;

    }

    Related guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps, let us know if you need any further assistance.