Page 1 of 1

Search Instructions

PostPosted: Wed Jan 20, 2010 9:08 am
by madmax
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!

Re: Search Instructions

PostPosted: Mon Jan 25, 2010 10:47 am
by shannah
An easy solution would be to use CSS to just hide the instructions.
Code: Select all
#search-instructions { display: none}


-Steve

Re: Search Instructions

PostPosted: Thu Jan 28, 2010 8:43 am
by madmax
I added that code to the bottom of the plone.css file in the df directory, and it works! once again, you rock! thanks!
:D