Remove the search box from the header of WooThemes Storefront theme
function remove_sf_actions() { remove_action( 'storefront_header', 'storefront_product_search', 40 ); } add_action( 'init', 'remove_sf_actions' );