ZenphotoCMS Forum
can't hide search extras after upgrade; help! - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: can't hide search extras after upgrade; help! (/thread-4351.html)



can't hide search extras after upgrade; help! - typenerd - 2008-12-30

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.




can't hide search extras after upgrade; help! - acrylian - 2008-12-30

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.




can't hide search extras after upgrade; help! - typenerd - 2008-12-30

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




can't hide search extras after upgrade; help! - acrylian - 2008-12-30

Yes, a custom form is a way, too.




can't hide search extras after upgrade; help! - sbillard - 2008-12-30

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




can't hide search extras after upgrade; help! - acrylian - 2008-12-30

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




can't hide search extras after upgrade; help! - n20capri - 2012-10-28

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




can't hide search extras after upgrade; help! - fretzl - 2012-10-28

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