I need to change the color of the search box and search suggestions on my header menu. I’d like for both to be black text on a white background. My header menu is currently black with pale gray text, and needs to stay that way.
How do I change the color of the search box and search suggestions WITHOUT changing the colors of the header menu??
To do that you need to inspected to element tag of search box and search suggestion and then use the Cascading Style Sheets (CSS) to style each items on that.
If you not familiars with code, you can ask to developer help you.