How to remove a theme's background image

  • johannawise
    Asked on August 14, 2015 at 6:36 PM

    The forum provides a number of suggestions on how to do this. I have tried all of the various bits of css. Nothing works for me. http://connectworkthrive.com/registration-test/

    Any suggestions.

  • Welvin Support Team Lead
    Replied on August 14, 2015 at 8:23 PM

    Inject the following custom CSS codes to your form:

    html.supernova {

    background-image: none !important;

    }

    Here's our guide on how to inject a custom CSS codes to your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Please add the codes at the bottom part of the existing codes.

    Thanks