I have a form that was working but now text does not appear because it populates as white text

  • wahbah
    Asked on September 16, 2019 at 10:15 PM

    I have a form and text does not appear when typing in it. It is not set to have white text. Please help 

  • Kiran Support Team Lead
    Replied on September 17, 2019 at 12:54 AM

    Please try adding the following CSS code to the form so that the text should be displaying in black color.

    .form-textbox, .form-textarea {

    color: #000;

    }

    Thanks!