How to remove background from theme?

  • wenostudios
    Asked on March 7, 2016 at 10:00 PM

    Theme Builder doesn't have an option to retract and/or delete an uploaded image.

  • Nik_C
    Replied on March 8, 2016 at 5:43 AM

    Hello,

    You can remove the background off your theme by injecting this CSS in your form:

    html.supernova {

    background-image: none !important;

    }

    Please check this guide on how to inject custom CSS to your form.

    Please let me know if you have further questions.

    Best regards.