Hello,
you need to add the custom CSS code:
.ba-form input::-webkit-input-placeholder {
color: #ff4e00;
}
.ba-form input::-moz-placeholder{
color: #ff4e00;
}
.ba-form textarea::-webkit-input-placeholder {
color: #ff4e00;
}
.ba-form textarea::-moz-placeholder{
color: #ff4e00;
}
.ba-form select::-webkit-input-placeholder {
color: #ff4e00;
}
.ba-form select::-moz-placeholder{
color: #ff4e00;
}
This will set the color for select, input and textarea
Regards,
Vyacheslav, Balbooa.com