Unwanted border around form

  • bennettsons
    Asked on March 9, 2016 at 4:10 PM

    I've just created a form and it has a shadow/border around it - how do I remove this?

  • jonathan
    Replied on March 9, 2016 at 7:04 PM

    Please try adding this CSS codes on your jotform http://www.jotformeu.com/form/60685581662363 using the Form Designer

     

    .form-all {

    border : none !important;

    -webkit-box-shadow : none !important;

    -moz-box-shadow : none !important;

    box-shadow : none !important;

    outline : none !important;

    }

    Unwanted border around form Image 1 Screenshot 20

     

    Let us know how it goes.