Save button white color when completing form.

  • thewellmanneredmutt
    Asked on October 26, 2020 at 2:40 PM

    When I send the form to somene, the font input color seems to be set to white and doesn't show up. How do I change that?


  • Amin JotForm Support
    Replied on October 26, 2020 at 8:00 PM

    Kindly inject the CSS code below into your form.

    #input_scl_2 {

       color: brown !important;

    }

    Result:

    1603756552 5f976208464de  Screenshot 10

    Related guide: How-to-inject-custom-css-codes

    Should you have any further inquiries, we will be more than happy to help.