Is it possible to remove the shadow around the form?

  • werkgalery
    Asked on February 10, 2018 at 3:34 PM

    Ist es möglich, den Schatten um das Formular zu entfernen?

    Besten Dank und freundliche Grüsse

    Philipp Dürmüller

  • David JotForm Support Manager
    Replied on February 10, 2018 at 9:10 PM

    Please inject the following code in your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all {

        box-shadow: none !important;

    }