search widget
-
I’d like to change the appearance of the search widget in my footer.
Right now I’m using this CSS:
.widget-area .search-field {
max-width: 95px;
background-color: transparent;
border-color: khaki;
}
to make it look like this:
As you can see the text (‘search’ and when typing) is grey. How do I make that black?
Plus, when I click in the search field to start typing, the border becomes black.
How do I prevent that from happening? I’m not sure yet about the yellow border. I either want this or no border. So how do I make sure the border stays the same when you start typing?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘search widget’ is closed to new replies.