Description
- Colour: Black
- Made of 100% cotton
- T-shirt from the latest Lotus Cars collection
- Lime green Lotus name printed on the back-neck line
add_action( 'get_header', 'remove_storefront_sidebar' ); function remove_storefront_sidebar() { if ( is_woocommerce() ) { remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 ); } } ?>