Remove White Edges

  • LOLEADS
    Asked on November 27, 2017 at 4:35 PM

    How do I remove the white edges from this embedded form?


    https://www.screencast.com/t/cN4dHq4bbOs


    https://clientgettingfunnels.convertri.com/demo1


    I have searched and tried many different settings with CSS and still no luck.

    Jotform Thread 1308293 Screenshot
  • lumiardian
    Replied on November 27, 2017 at 5:47 PM

    You can put the button in the bottom by using this CSS code.

    .supernova {

        background: transparent !important;

    }

    On this link you will find on how to inject Custom CSS Code.

  • LOLEADS
    Replied on November 27, 2017 at 7:01 PM

    Thanks looks like that may work.