Hello!
I need to change de font color of the ‘search box’ that appears in the logo area.
As my color menu font is the same of the search box, when I type something to search, I don;t see it!
Another possibility is change the color of the search box.
Can you help me with this issue?
I sent you a printscreen (the second picture shows when I selected the text)
http://www.andyqueanda.com.ar/searchbox.jpg
Thanks a lot!!
Andy
Hey andyqueanda,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hello Jordan!
Of course, here it is:
The problem is on the search icon: when you type something to search, you dont see it, because the font is the same colour as background field.
I hope it helps.
Thanks in advance!
Andy
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
input[type='text']#s {
color: #000!important;
}
Best regards,
Vinay