Hey, I am giving away 1 x $100 Google Adwords voucher to the first person who replies here / sends me a PM with the solution (or I can send you my stylesheet.css or whatever file you need to edit to fix this issue) and then I will give you a free google voucher I tried removing my Wordpress theme's search box by deleting the search.php and searchform.php and the line of code in header.php which removed the actual search bar from my websites header but now it is still showing a form of where the search box use to be and i want to remove it. You can see what I am talking about at http://www.giftbay.info (at the top right of the page on the header) Thanks.
Depending on your theme, you will probably need to edit your stylesheet to remove the box from your header...
I am not a good image editer, Is there anyone here willing to edit it out the image for a $100 Adwords voucher?
maybe the theme hide the real code in header somewhere. Try to check it thoroughly. There are times that some codes are hidden
If search form is in sidebar open sidebar.php and find get_search_form() function if you find then comment it if layout is fine then remove that code if you search form is in top then open header.php and do the same thing.