Remove the white background

  • BPGBELFAST
    Asked on February 13, 2017 at 8:20 AM

    Hi guys, how do I make the background transparent as every time I try in the design window it just stays the same.. same issue with the font colour.. it wont change either

     

    Please note that the url is still under construction

     

    Thanks David

  • Jan
    Replied on February 13, 2017 at 10:46 AM

    You can try adding this custom CSS in order to make sure that the background is transparent.

    .supernova {
    background: transparent !important;
    }

    body {
    background: transparent !important;
    }

    .form-all {
    background: transparent !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Also, I checked your webpage and I can see that the form is not showing properly. It is because the iFrame source URL is incorrect. Here's a screenshot:

    Remove the white background Image 1 Screenshot 20

    Please insert a "?" between the form ID and the "nojump" string. Here's an example:

    https://form.jotformeu.com/61953281688367?nojump

    Hope that helps. Thank you.