Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Magnifiying glass inside text field › Reply To: Magnifiying glass inside text field
March 8, 2017 at 7:36 pm
#12219
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]