Remove Shadow Around the Form

  • Andres
    Asked on April 8, 2022 at 1:16 PM

    How do I remove the shadow around the form? I'd like it to be flat.

  • Jovanne JotForm Support
    Replied on April 8, 2022 at 3:25 PM

    Hi Andres,

    Thank you for contacting support. You can try adding this CSS code below to remove the shadow of the form:

    .form-all {

      box-shadow: none !important;

    }

    To do that, you can follow these steps:

    • Click the Blue Paintbrush icon on the right side of your screen.
    • Click the Style option and scroll down to Inject CSS code.
    • Insert the CSS code above and click the Save button.

    1649445899 62508c0bb519e  Screenshot 10

    Please let us know if we can assist you further.

  • andres206
    Replied on April 8, 2022 at 4:21 PM

    Thanks!!