How to remove the border and box shadow of the form?

  • puttforpsp
    Asked on April 28, 2017 at 2:09 PM

    I have two forms.  On the one, it looks like it has a shadowing effect making it look like a bordered form.  But the other one doesn't have that.  Any idea why this might be?  I'm sure I probably did something but I can't seem to find the difference between the two.

     

     

    Jotform Thread 1131411 Screenshot
  • Support_Management Jotform Support
    Replied on April 28, 2017 at 2:55 PM

    Looks like you attached a screenshot on your post but the image appears to be broken. But I'm assuming you're referring to this form https://www.jotform.com/61544307496965

    You can remove the border and box-shadow of this form by injecting the following CSS Codes:

    .form-all {

      border: none !important;

      box-shadow: none !important;

    }

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