Reply 243433 to: Text colour changes within CSS

Avatar: Olga Barlow
Olga Barlow
Support staff
July 6, 2020 at 17:19

Hello,

Try to add the below code to change the placeholder text color

input::-webkit-input-placeholder,input.form-control::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder,input.form-control:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder,input.form-control::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,input.form-control:-ms-input-placeholder {
    color: #fff;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.