The text color in the serach box is white how can i change this
Hi,
Thanks for the request. Please note that the default color is black, as you can see in the demo version: https://listinghive.hivepress.io. That is, please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.
If the issue still exists, let us know, and we will provide a CSS snippet to change the text input in the search bar to a different color.
I hope it helps
Hey I’ve tried all those solution and the text is still white inside the search box when typing so can’t see it.
Its find on the results pages after you search colour is black but homepage is white.
Chris
Hi,
Thanks for the details. Please send us a link to your website, we will take a closer look.
OK here it is https://scottishbusinessdirectory.co.uk/
Hi @playhark,
Go to the back-end of WP then visit Appearance > Customise > Additional CSS
Paste the following in the box:
input.hp-field.hp-field--search {
color: #000000;
}
This should make the text entered in the search field show as black.
You can change the #000000
part of the code to any colour of your choosing. You can find the colour codes here.
I hope this helps!
Cheers,
Chris
Thank you that fixed the issue