Changing the Search Icon Color
kgphotos
Registered Users Posts: 106 Major grins
Hi. I am working on updating my search page as it is just too plain. Anyways, I was wondering if there was a way to change the color of the magnifying glass. Right now it is green, but I would like it to match my text color which is #770da1. Any way to do this via CSS? If there is CSS involved, I would need to know where to put it... entire site, just this page, etc. My search page is a standalone page.
Thank you...
-Karen
my website...http://www.karengrantphotography.com
Thank you...
-Karen
my website...http://www.karengrantphotography.com
0
Comments
2) click Customize
3) Add CSS block
4) Add following css code to the CSS block:
.sm-search-button-search{
border-color: #770da1 !important;
background-color: #770da1 !important;
}
.sm-search-button-search: hover{
border-color: #770da1 !important;
background-color: #770da1 !important;
}
Use any color you wish.
tailoredportraits.com
-Karen
my website: http://www.karengrantphotography.com
tailoredportraits.com