Is there away to turn off the site search?

A newer version of this information can be found at Using CSS to change the styling of div and text elements on a site.

You can do this by adding the following script to the head content of your site. Go to Admin > Sites > [Site Name] > Settings > SEO/HTML tab and click on the "HTML content for bottom of <head> section" bar to open this area. Paste this script into this area:

<style type="text/css">
 #siteSearch {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.