How do I remove the boarder/background around the form?

  • christamm
    Asked on March 7, 2018 at 2:36 PM

    We want the color of the border to match the color on our webpage template or remove the border around the form so that it looks integrated on the page.

  • Mike
    Replied on March 7, 2018 at 3:49 PM

    Please try adding the next CSS to your form. It should remove the background around your embedded form.

    .supernova {
    background-color: transparent;
    }

    How do I remove the boarder/background around the form? Image 1 Screenshot 20

    If you need any further assistance on this, please let us know.