Ahoy –
How do I change the color of the square search icon when hovered?
Hi,
adding the following to the quick css should change the colour when hovering…
#searchsubmit:hover{
background-color:#eebbee!important;
}
Change the value #eebbee to whatever color you need.
Hope that helps
TJ
I need to change the search icon color not the box.
Please advise
Hey!
Please use following code instead
#searchsubmit:hover {
color: red;
}
Best regards,
Yigit
Thanks!