How to remove the grey background leaving the form white?

  • bobrock4
    Asked on December 4, 2014 at 6:32 AM

    Could you also say to me how to remove grey background leaving the form white? I have also tried with the form builder.

    Thanks and Regards

  • Welvin Support Team Lead
    Replied on December 4, 2014 at 6:38 AM

    Hi,

    Simply inject the following custom CSS codes to your form:

    .form-all {

    background: transparent !important;

    }

    If you want to make the header background white as well, simply add the following custom CSS codes:

    .form-header-group {

    background: transparent;

    border-bottom: none;

    }

    Please follow the instructions to this guide for adding the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thank you!

  • BoydCooper
    Replied on May 23, 2017 at 3:48 PM

    This CSS code isn't working for me. I still see the grey box.  Please help.  Thanks

     

  • Support_Management Jotform Support
    Replied on May 23, 2017 at 5:00 PM

    @BoydCooper - Looks like you updated 2 old threads with the same post and my colleague already created a separate thread for you here https://www.jotform.com/answers/1152648

    We'll have your thread addressed there shortly.