css code to change the text color to black

Hi @DusanKudela ,

Please change code:

.form-vertical input::placeholder,
.form-vertical textarea::placeholder {
    color: #333;
}
1 Like