How to remove box-shadow effect from a Form?

  • draculapp
    Asked on January 13, 2019 at 5:35 AM

    Hi Staff, Happy New Year. We need to remove the floating/box shadow effect from bottom side of the form. Which css attribute rule this one?

    We tried with Float and Shadow: 0 but nothing works.

    Greetings and thank your support

    Jotform Thread 1698974 Screenshot
  • Victoria_K
    Replied on January 13, 2019 at 5:40 AM

    Hello, Please try the following CSS:

    .supernova .form-all {

      box-shadow: none !important;

    }

    Related guide: How-to-Inject-Custom-CSS-Codes

  • draculapp
    Replied on January 13, 2019 at 5:43 AM

    Hi Victoria, super! It works...

    Thanks a lot