How to remove background shadow around form?

  • en32
    Asked on April 6, 2016 at 11:08 AM

    https://www.jotform.com//?formID=60054951732150#

  • Ashwin JotForm Support
    Replied on April 6, 2016 at 12:40 PM

    Hello en32,

    Please inject the following cusotm css code in form and that should solve your problem:

    .supernova .form-all {

        border: none !important;

        box-shadow: none !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!