Transparent backgrounds in new editor

  • Nozmo
    Asked on November 16, 2017 at 2:22 PM

    In the new editor I cannot figure out where a transparent background can be added.  I knew how to do it in the old one, and cannot find anything addressing this in the forum.  Thanks.

    On the attached link you can see the shadow background.

    Jotform Thread 1300772 Screenshot
  • Richie JotForm Support
    Replied on November 16, 2017 at 3:28 PM

    Hi,

    You can change the background to transparent by add some custom css here is a guide:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here is a sample css:

    .supernova .form-all, .form-all{/*.supernova would be depending on your div */

    background-color:transparent;

    }

    Hope this information helps you.