How to remove the grey box background?

  • BoydCooper
    Asked on May 23, 2017 at 4:55 PM
    This CSS code isn't working for me. I still see the grey box.  Please help.  Thanks
  • John_Benson
    Replied on May 23, 2017 at 5:06 PM

    Are you referring to this form (http://www.jotform.us/form/71425197686164)? If yes, to remove the grey box as show in image below please add this custom CSS code to your form:

    .supernova .form-all, .form-all {

        box-shadow: none !important;

    }

    Here's a guide on: How-to-Inject-Custom-CSS-Codes

    How to remove the grey box background? Image 1 Screenshot 30

    Result: 

    How to remove the grey box background? Image 2 Screenshot 41

    Hope that helps. If you have questions, please contact us again. Thank you.

  • BoydCooper
    Replied on May 23, 2017 at 7:32 PM

    Thanks! worked perfectly!