This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: transparent background for magnifying glass

Home Forums Product Support Forums Ajax Search Pro for WordPress Support transparent background for magnifying glass Reply To: transparent background for magnifying glass

#16657
Ernest MarcinkoErnest Marcinko
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]