My Volunteer application input font color will not change to black

  • TeamInfo88Info
    Asked on June 8, 2021 at 9:00 PM

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


    Please help!!


    JeriLynn

  • Tommaso_F
    Replied on June 9, 2021 at 5: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.