Hi,
We basically have a voucher store that is being used for a variety of different restaurant clients. Ideally, want to remove the headers from the ecommerce pages to make them feel less like they are buying from a third party. We also would rather them not see all the other restaurants vouchers.
If possible, we would like to design a custom header for each client's voucher store.
I added the custom css -  .woocommerce #Header_wrapper { display: none; } though the headers are still appearing in the cart and checkout.
                
Comments
above css does not work for cart and checkout pages because they are not woocommerce pages. Don`t ask why because we have also no idea
.woocommerce-cart #Header_wrapper { display: none; }.woocommerce-checkout #Header_wrapper { display: none; }
.woocommerce-cart #Footer { display: none; }
.woocommerce-checkout #Footer { display: none; }
.woocommerce #Footer { display: none; }