You can do this by adding the following script to the head content of your site or in your CSS files located in your theme directory.
<style type=”text/css”>
.search {
display: none;
}
</style>
We always like to make sure to include this warning: When adding css or javascript to change the design or behavior of the site, please keep in mind that underlying html may change as new features are introduced to the system. We do not recommend or support doing so. Any changes you make here could be broken at any time without warning.
Comments
Article is closed for comments.