A while ago you gave me the advice to add
#s { color: black !important; }
to my quick CSS to make the search bar text black instead of white, but it turned back white for some reason. Any advice?
Hey msrun101,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .header_color input[type='text'] {
color: black !important;
}
Best regards,
Jordan
That worked! When a user types in the field, it is black. However, the default font that says “search …” is still in white and hard to read.