Search Instructions

Archived from the Xataface Users forum.

madmax — Wed Jan 20, 2010 9:08 am

Steve,
Great tool, I use this for a lot of different things. Could you give me a clue as to what code to remove from the SearchForm.php to remove the Search instructions? I want it to go away altogether.
Thanks!


shannah — Mon Jan 25, 2010 10:47 am

An easy solution would be to use CSS to just hide the instructions.

Code: Select all
#search-instructions { display: none}

-Steve


madmax — Thu Jan 28, 2010 8:43 am

I added that code to the bottom of the plone.css file in the df directory, and it works! once again, you rock! thanks!