How to change the background color of question box?

  • Jabra2024
    Asked on June 3, 2019 at 12:07 PM

    Hello,


    I need to fix this form: https://form.jotform.com/83604525043249


    When being filled out the questions cannot be read as the font is in white and the question box changes to a different color from the form background.


    Thank you.

    Rhoda

  • VincentJay
    Replied on June 3, 2019 at 1:03 PM

    You can change the background color of the questions by adding custom CSS code to your form. Here's the custom CSS code:

    .form-line-error {

    background-color: #333;

    }

    .form-line.form-line-active {

    background-color: #333;

    }

    To add custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    1. Open your form in the form builder. 
    2. Click the Form Designer icon.
    3. Select the CSS tab and paste the custom CSS code.
    4. After that, click the Save button.

    Here's the result of my test form:

    1559581126testt2 Screenshot 10

    If you have any questions, please let us know. Thank you.