Remove box shadow

  • dgwhitebird
    Asked on January 9, 2018 at 8:37 AM

    How do I remove the background box shadow from my form?

    Jotform Thread 1343176 Screenshot
  • Richie JotForm Support
    Replied on January 9, 2018 at 9:56 AM

    You can inject this css codes.

    .supernova .form-all, .form-all {
      background-color: white!important;
      box-shadow: none!important;
      -webkit-box-shadow: none!important;
    }

    Do note that your box image will have a gray background because you're using a jpg format, if you use a png format your background will be transparent.

    Reminder add this above your media codes.

    Remove box shadow Image 1 Screenshot 20

    How-to-Inject-Custom-CSS-Codes

    Please let us know if you have further questions.