How do I remove the shadow around the form? 

  • phonefixers
    Asked on February 22, 2017 at 10:51 AM

    also how do i remove the shadow around the form ? 

  • David JotForm Support Manager
    Replied on February 22, 2017 at 10:54 AM

    Please inject the following CSS code as shown on this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .supernova,.form-all {

        box-shadow: none !important;

    }

    Let us know if you need more help.