How Can I Make My Form's Background Completely in White?

  • mariarus
    Asked on March 29, 2016 at 4:40 AM

    Hi there,

    I am trying and trying and trying, but I can't achieve to remove the grey background that appears on my form. I would like to be as barebone as possible, without background... Why it is not working? (i have deleted any css or any style I could see...): https://form.jotformeu.com/60882022843353

     

    Thanks!

  • mert JotForm UI Developer
    Replied on March 29, 2016 at 5:05 AM

    Hi,

    Please, use the following CSS rules to fix the grey background issue. After setting it, your forms background will be completely in white.

     

    .supernova body {

        background-color: #FFFFFF;

    }

     

    .form-all {

        box-shadow: none !important;

    }

     

    If you want help for your other styling issues. please do let us know.

    Regards.