Replies: 0
I would like the search (popup) up to have a white background like this:
https://pixelgrade.com/themes/gema/preview/?market_ref=envato
I would also like to customise the text from “Search here..” to something closer to the above example. Using one of your examples in the suport forum here, I’ve managed to make the box slimmer, but struggling with the colors.
Thus far I have:
form.is-form-id-2517 {
width: 550px;
max-width: 100%;
margin: 0 auto;
}
form.is-form-id-2517 input.is-search-submit,
form.is-form-id-2517 input.is-search-input {
height: 42px;
}