Change the background property in the following selectors.
Large search box:
.search input[type=search] {
background: #999;
}
Small search box:
.search-small input[type=search] {
background: #999;
}
Change the background property in the following selectors.
Large search box:
.search input[type=search] {
background: #999;
}
Small search box:
.search-small input[type=search] {
background: #999;
}
Comments
0 comments
Please sign in to leave a comment.