Tagged: search box
Hi
I have the Search Icon in the logo area next to the menu.
How do I format the text & back ground colour so you can see what you are typing in the search box?
website is – http://www.LionsClubSCHI.org.au
Thanks
Dave
Hey Dave,
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: #ffffff;
background-color: #000000;
}
Adjust the hex color values as you wish.
Best regards,
Jordan
No that didn’t work :(
Thanks any way
Hi,
Please try this instead:
#top #s {
color:black !important;
}
Best regards,
Rikard
Thank heaps works :)