How to change text color

  • sambrose1022
    Asked on May 29, 2019 at 5:08 PM

    Hello,

    Can you walk me through how to change text color? I have included a screenshot, it currently types white and I would like the text to be black in order to be visible.

    Jotform Thread 1840344 Screenshot
  • Alan_D
    Replied on May 29, 2019 at 7:25 PM

    Please inject this code into the CSS tab to change text colors from white to black. 
    .form-textbox, .form-textarea, .form-custom-hint {
    color: black !important;
    }

    How to change text color Image 10How to change text color Image 21