How to remove form's box shadow?

  • jaque123
    Asked on September 9, 2016 at 11:37 PM

    I want to make a plain white background.

    Jotform Thread 928860 Screenshot
  • Mike_G JotForm Support
    Replied on September 9, 2016 at 11:57 PM

    By following the instruction on how you can add custom CSS codes to your form in this guide: How-to-Inject-Custom-CSS-Codes, could you try adding the codes below to your form, please?

    .form-all {

        box-shadow: none !important;

    }

    I hope this helps. If you need any further assistance, please feel free to contact us anytime.

    Thank you.

  • kr8ve1
    Replied on January 1, 2017 at 9:24 PM

    That CSS didn't work for me. Is there an alternative?

  • Ian
    Replied on January 1, 2017 at 11:25 PM

    @kr8ve1 : Please open a new thread addressing the issue and also provide the form URL so we can tak a look into the issue and get back yo you.