How do I remove form borders?

  • laceandivy
    Asked on February 23, 2017 at 4:17 PM

    Hello, I want to remove boarders on this Jotform, but I cannot figure out how to. Any help is greatly appreciated. The link is attached. 

  • Kevin Support Team Lead
    Replied on February 23, 2017 at 7:24 PM

    Please, inject this CSS code to remove the form's shadow: 

    .supernova .form-all{

        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;

    }

    This guide will help you to inject it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.