Description
- Official Lotus Merchandise
- Colour: Green
- Made of 100% cotton
- Lotus logo in yellow on front of the cap
- Lotus name in yellow on the side of the cap
- One size with adjustment at the rear
add_action( 'get_header', 'remove_storefront_sidebar' ); function remove_storefront_sidebar() { if ( is_woocommerce() ) { remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 ); } } ?>