Tagged: MailChimp, Placeholder
Hello. Looking to change the placeholder text to White.
Thank you,
Ryan
Hey accurIT,
Try this code in the General Styling > Quick CSS field:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #ffffff !important; }
Best regards,
Mike
Thanks, no change. Look at this fix that worked for another site. I tried it on this site and had no change. Curious how the answers are so far apart, but I do understand there is usually more than one way to solve an issue.
Hi,
Try this code in the General Styling > Quick CSS field:
#top .main_color .input-text, #top .main_color input[type='text'] {
color: #fff!important;
}
input[type=text]::-webkit-input-placeholder {
color: #fff!important;
}
input[type=text]::-moz-placeholder {
color: #fff!important;
}
input[type=text]:-ms-input-placeholder {
color: #fff!important;
}
Best regards,
Mike
Good to go, thank you!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
Best regards,
Mike