Description
- Official Lotus Merchandise
- Colour: Green
- Green / Yellow striping
- Made of 100% cotton
- Lotus logo on front of the shirt
add_action( 'get_header', 'remove_storefront_sidebar' ); function remove_storefront_sidebar() { if ( is_woocommerce() ) { remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 ); } } ?>