Description
add_action( 'init', function() { remove_action( 'storefront_header', 'storefront_header_cart', 60 ); } );
Removes the cart that Storefront theme places in the main menu bar area.
add_action( 'init', function() { remove_action( 'storefront_header', 'storefront_header_cart', 60 ); } );