Removing the box shadow

  • nidalinastore
    Asked on July 29, 2015 at 6:38 AM

    Hello, in my form http://form.jotformeu.com/form/52092873372358 I don't want a frame shadow. How can I remove it in the Designer?

    Jotform Thread 622942 Screenshot
  • Jan
    Replied on July 29, 2015 at 9:04 AM

    In order to remove the box shadow, you need to inject this custom CSS code.

    .supernova .form-all {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    }

    Here's a guide on how to add this CSS code to your form. You can also add it in the Form Designer under CSS tab.

    Removing the box shadow Image 1 Screenshot 20

    Hope this helps. Thank you.