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

Reply To: Magnifiying glass inside text field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Magnifiying glass inside text field Reply To: Magnifiying glass inside text field

#12219
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It looks like it’s coming from a theme style, it puts a magnifier icon before the form element inside that container. This custom CSS will get rid of it:

[html].proinput form:before {
display: none !important;
}[/html]