How to change html background color of the form

  • ChecMark
    Asked on May 4, 2014 at 6:38 PM

    I created a standard form after sending the previous email. The second form is the one with the issues.

  • jonathan
    Replied on May 4, 2014 at 8:23 PM

    You must be referring to this first post you had

    http://www.jotform.com/answers/371799-How-do-I-get-rid-of-the-frustrating-white-background

    I have provided you an answer on that thread. Please use the original thread when you reply to us.

    Thanks.

  • ChecMark
    Replied on May 5, 2014 at 7:51 AM
    I tried to reply on your site but the login routine just sat there showing “please wait” forever.

    This was my response –

    No, I am referring to the other form. I wanted a totally grey (#d3d3d4) background but I can't get rid of the white behind each field.

    Also, none of my other questions were answered.

    ...
  • gori-mathew
    Replied on May 5, 2014 at 8:12 AM

    Hello,

    By saying " I wanted a totally grey (#d3d3d4) background but I can't get rid of the white behind each field. " do you mean the white behind the selected field? If this is the case please use the CSS code below to make it grey.

    .form-line-active {
    background:#d3d3d4;
    }

     

    Here is the guide on how to inject the custom CSS, Do let us know if you need further assistance.

    Thanks!

  • ChecMark
    Replied on May 5, 2014 at 11:01 AM
    Now I have even more problems. For some unknown reason the “last name” field moved below the “first name” field instead of side by side.

    I still have the white field background. Maybe I am trying to do something that’s not possible. I want each field to be on the #d3d3d4 background.

    No answer was given to designing forms with multiple fields and a width of 980px. I need to know if this is possible.


    Thank you.

    ...