How to change the background color?

  • sherilee
    Asked on January 27, 2016 at 1:22 PM

    How do I change the interior box colour on a form?

     Also, the margin for my questions are squished...how do I move them over?

     

    Thanks!

  • Kevin Support Team Lead
    Replied on January 27, 2016 at 3:24 PM

    Just open the Designer:

    How to change the background color? Image 1 Screenshot 30

    You will find the option to change the color of the form and of all the page, just click on the color scheme option:

    How to change the background color? Image 2 Screenshot 41

    Your other question will be answered here: http://www.jotform.com/answers/757919.

     

  • sherilee
    Replied on January 27, 2016 at 4:45 PM
    I can't seem to find how to change the interior box of the form. Please
    describe more.
    Thanks.
    ...
  • Kevin Support Team Lead
    Replied on January 27, 2016 at 6:12 PM

    Inject this CSS code:

    .supernova .form-all, .form-all {

        background: #FFFFFF;

    }

    Replace the highlighted color with the color that you want to use in your form.