I noticed there's a new theme-based icon next to my search boxes since upgrading from 1.2.1 to .2... How do I get rid of it? It's messing up my layouts!
Sorry, we currently don't have an option to disable that. Best you try that with css right now. Try wrapping the `printSearchForm()` within a div and set img within that to `display: none`.
Comments
If not, I can do a custom form but how do I tie it into the built in search?
Thanks
`#searchfields_icon {display: none}`