Change background color of search icon only


Author Message
Jermain

Posted: 9/6/2015
Quote message 

Hi,

A client of mine asked me if it was possible to give the search icon a different background color then the rest of the search field? something similar to the search bar on http://www.noorderzon.nl/

If it is possible, i'd like to know.
 
James G

Posted: 9/7/2015
Quote message 

There are a few ways to do this.

In artisteer you can add an image search button with colors ready built in or
you can add custom css like so.

input.art-search-button {
background: #eee url('images/searchicon.png') center center no-repeat!important;

}