How do I get rid of white background AREA up to the form itself

  • DestinationDelco
    Asked on January 15, 2019 at 2:24 PM

    How do I hide, get rid of the white background AREA up to the form itself? I want the popup lightbox edge to be the forms edge.

    Here's my testsite http://www.crcwatersheds.org/index2.php

  • Mike
    Replied on January 15, 2019 at 3:40 PM

    In case you would like to remove the border around the form:

    How do I get rid of white background AREA up to the form itself Image 1 Screenshot 30

    Try adding the next style to your web page:

    <style>
    .jt-feedback > div:first-of-type {
    background: none !important;
    }
    </style>

    How do I get rid of white background AREA up to the form itself Image 2 Screenshot 41