Note all placeholder colors changed in the fields

  • kellimcguinness
    Asked on May 18, 2018 at 6:55 PM

    When I changed the place holder text color, all but 2 boxes changed colors..how do i get the other 2 place holder texts the same color as all of the other ones?

  • Elton Support Team Lead
    Replied on May 18, 2018 at 11:11 PM

    What fields is it in your form? Is it a text area (Long Text Entry) field? If yes, use the following CSS codes.

    .form-custom-hint {

        color: #636363 !important;

    }

    Just replace the hex color you want.