How do I get rid of the grey line around my form?

  • MariaWaye
    Asked on January 14, 2017 at 7:56 PM
    Jotform Thread 1034733 Screenshot
  • Mike
    Replied on January 15, 2017 at 9:59 AM

    Please try adding the next CSS in order to remove shadow around your form container.

    .form-all {
    border : none !important;
    box-shadow : none !important;
    }

    How do I get rid of the grey line around my form? Image 1 Screenshot 20

    If you need any further assistance, please let us know.