Description
- Official Lotus Merchandise
- Colour: White / Red
- Made of 100% cotton
- Lotus logo in gold on front of the cap
- Lotus name in gold 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 ); } } ?>