can't hide search extras after upgrade; help!

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!

Thanks for the help.

Comments

  • acrylian Administrator, Developer
    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`.
  • Thanks for the quick response acrylian; I might even hard code the search form just to get around that...
  • acrylian Administrator, Developer
    Yes, a custom form is a way, too.
  • There is already an ID for that button `search_submit` that you can disable in your CSS
  • acrylian Administrator, Developer
    I believe he was talking about the field selector. There is indeed a css id for that, too: searchfields_icon
  • Old thread I know but has this been changed at all? I'd really like to get rid of this icon (searchfields_icon.png).

    If not, I can do a custom form but how do I tie it into the built in search?

    Thanks
  • fretzl Administrator, Developer
    No, it has not been changed but as mentioned above you can easily hide it with CSS.
    `#searchfields_icon {display: none}`
Sign In or Register to comment.