Description
- Available in size S
- Color: Black
- Material: Shell 82% Polyamide + 18% Elastane, Backing: 65% Polyester + 35% Cotton, Lining: 100% Polyester
add_action( 'get_header', 'remove_storefront_sidebar' ); function remove_storefront_sidebar() { if ( is_woocommerce() ) { remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 ); } } ?>