Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › transparent background for magnifying glass › Reply To: transparent background for magnifying glass
February 6, 2018 at 10:20 am
#16657
Keymaster
Hi!
Sure! I believe this custom CSS will help you out:
[html].promagnifier {
background: transparent !important;
box-shadow: none !important;
}
.probox {
background: transparent !important;
box-shadow: none !important;
}[/html]