I would like to change the background Color of a search field in the bottom bar (in a widget):
.widget_search input[type=text] {background-color: red; !important; }
.widget_search input[type=text]:focus {color: green; background-color: red; border: 10px solid #000; !important; }
All of this works, but not the background-color in the focus area. The text color works, the border works, but not the background.
I would appreciate any help with this! Thanks
Comments
please send us link to page where you would like to change background color of search field so we can have a look and give you right solution.
Thanks!