Change Search bar color
- The topic ‘Change Search bar color’ is closed to new replies.
Need help? Check out our Support site, then
Before I hover over search widget the background color is black. How do I change this?
http://www.nevermetherbivore.com
The blog I need help with is: (visible only to logged in users)
hello there,
you can add this CSS to force it to be white (or the color you desire):
#searchform input[type=text] {
background-color: #FFFFFF;
}
Thank you!
Ricardo P.