Forums
-
- Forum
- Posts
-
- Installation
- 28,403
- Troubleshooting
- 62,329
- Themes
- 10,396
- Plugins
- 15,317
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
Using display:none just hides it from display. If you want to remove it, remove the code from your template file. In the 1.0 versions it’s in header.php. Remove this stuff:
<div class="search">
<?php search_form(); ?>
</div>
That will remove the search box.