How can I change my form color background

  • jessie.navega
    Asked on June 11, 2019 at 10:20 AM

    Hello,

    I created this form https://form.jotformeu.com/91613772129358


    I would like to change the grey color of the background into white and remove the grey shadow (see attachment).


    Thanks

    Jessie

    Jotform Thread 1852922 Screenshot
  • Victoria_K
    Replied on June 11, 2019 at 11:39 AM

    Hello Jessie,

    If you would like the form to look like below, please do the following adjustments.

    How can I change my form color background Image 1 Screenshot 30

    1. To remove shadow, please comment out or delete this line within CSS area:

    How can I change my form color background Image 2 Screenshot 41

    2. For white background, you may add this code:

    .form-all {

      box-shadow: none !important;

    }

    .supernova {

      background: white;

    }

    Related guide: How-to-Inject-Custom-CSS-Codes

    We will be glad to assist if you need more help, just let us know.