Member
Member
typenerd   2008-12-30, 17:50
#1

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.

Administrator
Administrator
acrylian   2008-12-30, 18:06
#2

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.

Member
Member
typenerd   2008-12-30, 18:08
#3

Thanks for the quick response acrylian; I might even hard code the search form just to get around that...

Administrator
Administrator
acrylian   2008-12-30, 18:10
#4

Yes, a custom form is a way, too.

Member
Member
sbillard   2008-12-30, 20:56
#5

There is already an ID for that button search_submit that you can disable in your CSS

Administrator
Administrator
acrylian   2008-12-30, 21:01
#6

I believe he was talking about the field selector. There is indeed a css id for that, too: searchfields_icon

Member
Member
n20capri   2012-10-28, 04:24
#7

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

Administrator
Administrator
fretzl   2012-10-28, 08:39
#8

No, it has not been changed but as mentioned above you can easily hide it with CSS.
#searchfields_icon {display: none}

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.