How to change the search box font color?

Hello, I'd like to change the search box font color to black for my website:

If you click the search icon and enter text, it's not readable since it's white on white background.
I'd like to change the text to black.

I've tried literally all the color options in the theme customization and couldn't find it.

Thanks

Comments

  • Hey,
    only with custom css. Please enable it so we can provide you with custom css to change the color.
    thanks
  • edited December 2018
    Hi Bryan,

    There doesn't seem to be any requirement to 'enable' custom CSS as it seems already enabled...
    There already is custom CSS in there. So it probably is already enabled.
    What do you mean by 'enable'?

    Please provide the custom CSS to achieve what I'm looking for.

    Thanks a lot,
    Happy Holidays
  • Hi,
    Please paste this CSS code into Theme Options > Custom CSS & JS > CSS
    #searchform input{
    color:black !important;
    }
    It will solve your problem.

    Thanks
Sign In or Register to comment.