function champfood_remove_storefront_header_actions() {
remove_action('storefront_header', 'storefront_secondary_navigation', 30);
remove_action('storefront_header', 'storefront_product_search', 40);
remove_action('storefront_header', 'storefront_header_cart', 60);
}
add_action('init', 'champfood_remove_storefront_header_actions');
wp_enqueue_style(
'hamburger',
get_stylesheet_directory_uri() . '/assets/hamburger.css'
);