How to get form to display without unwanted shadow border

  • Masalamedia
    Asked on August 31, 2015 at 9:39 PM

    This border and associated shadow seems to be unavoidable. Is there a way to get a naked form without this styling? It interferes with embedding against pretty much any styled website.

     

    Jotform Thread 652085 Screenshot
  • Chriistian Jotform Support
    Replied on September 1, 2015 at 4:14 AM

    Hi,

     

    To get rid of the border and shadow can you try injecting the custom CSS codes below and see if it works for you?

     

    .supernova .form-all {

        border: none !important;

        -webkit-box-shadow: none ;

        -moz-box-shadow: none !important;

        box-shadow: none !important;

    }

     

     

    To inject the custom CSS codes to your form, you can follow the guide: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.

     

    Regards.