Can't change the background of the form?

  • vbcburbank
    Asked on August 19, 2014 at 12:09 PM

    I am able to change the background of the page that the form sits on, but not the background of the form itself. When I edit it in the editor, it changes the background of both, but when I go to the actual form it only changes the background of the page and the actual form remains this blueish grey. How can I fix this?

  • Jeanette JotForm Support
    Replied on August 19, 2014 at 1:57 PM

    You must change a little thing in the Custom CSS, please find the class .form-all , and set the background to none, like this:

    .form-all {
    padding-top: 0px !important;
    font-family: 'Verdana';
    font-size: 12px;
    background-color none;
    box-shadow: 1px 1px 15px #444;
    -webkit-box-shadow: 1px 1px 15px #444;
    -moz-box-shadow: 1px 1px 15px #444;
    margin-top:0 !important;
    }

    Here is the clone of such form I made  , so you can see the changes. You can clone it if you will.

  • vbcburbank
    Replied on August 19, 2014 at 5:16 PM

    Thank you so much! That worked :)

  • Kiran Support Team Lead
    Replied on August 19, 2014 at 6:33 PM

    We are glad to know that the issue is resolved. Please do not hesitate to get back to us if you have any other questions. We are happy to assist you.

    Thank you for using JotForm.