remove border and drop shadow around form

  • DPS_Design
    Asked on August 29, 2019 at 1:50 PM

    Hi - is it possible to remove the border and drop shadow around a form?  I would like to create a white form on a white background (with no border), so that when I embed it into a page (via iframe), it appears to be built directly in, not floating in a window.  This is for a corporate intranet, so I can't link the URL - sorry.


    thank you!

    Jotform Thread 1945351 Screenshot
  • DPS_Design
    Replied on August 29, 2019 at 1:52 PM

     disregard - found the custom CSS!

  • denis_calin Jotform Support
    Replied on August 29, 2019 at 2:18 PM

    Hi @DPS_Design!

    We are glad you were able to find the CSS code to remove the shadow and border around the form. For reference, here it is:

    .form-all {

        box-shadow: none!important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes. Let us know if you have any other questions!