Could you please send me the CSS code to erase the background of my forms?

  • AgenciaSanto
    Asked on February 9, 2018 at 6:46 PM
  • liyam
    Replied on February 9, 2018 at 11:54 PM

    You can inject this CSS code to remove the color of your background:

    .supernova, .jotform-form, .form-all {
      background-color: transparent !important;
    }

    You may check this guide for further information on how to remove the background color of your forms: https://www.jotform.com/help/87-Making-the-Form-Background-Transparent

    If you have questions, please let us know.