My Volunteer application input font color will not change to black

  • TeamInfo88Info
    Answered on June 08, 2021 09:00 PM

    ...and will not show up on the form unless it is highlighted.


    Please help!!


    JeriLynn

  • Tommaso_F
    Answered on June 09, 2021 05:20 AM

    Hello there,

    Please add the following CSS code:

    input {
      color : #000 !important;
    }

    .form-textarea {
      color : #000 !important;
    }


    RESULT:
    1623230369 60c087a18c9da  Screenshot 10

    Best regards.