Setting a transparent background form

  • autobothwm
    Asked on February 12, 2015 at 10:12 AM

    Hello
    Long enjoyed your service, now has the problem.
    Did the form for your website, inserted the code, but the background of the form, only the color. It is not appropriate to my site.
    Menu Design COLOR SCHEME - BACKGROUND failed to make transparent
    Please help.

  • jonathan
    Replied on February 12, 2015 at 1:43 PM

    Your jotform http://www.jotformeu.com/form/50413824616350 uses an image as a Background. So even if you set background-color : transparent , the background-image will still be shown.

    Setting a transparent background form Image 1 Screenshot 30

    You can try adding this CSS code instead

    .form-all {

    background: none;

    background-color: transparent !important;

    }

    noticed that background:none; .. this will disable the background image.

    The result will be like this

    Setting a transparent background form Image 2 Screenshot 41

     

    I am not sure if you wanted it like this though, so try to decide which one you prefer.

    If I am to suggest, perhaps changing the background image to your preferred image is a much better option.

    Let us know if you need further assistance.

    Thanks.