Hi,
Add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE
.form-search.custom input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:red !important;
}
.form-search input::-moz-placeholder {
/* FF 4-18 */
color: red;
}
.form-search input::-moz-placeholder {
/* FF 19+ */
color:: red;
}
.form-search input:-ms-input-placeholder {
/* IE 10+ */
color: red;
}
.form-search.custom input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:red !important;}
.form-search.custom input[type="password"]::::-moz-placeholder {
/* FF 4-18 */
color: red;
}
Replace red with your desired color.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution