Home › Forums › WoodMart support forum › How can I exclude the Woodmart header from the checkout page? › Reply To: How can I exclude the Woodmart header from the checkout page?
April 14, 2021 at 11:18 am
#282765
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-checkout .whb-header {
display: none;
}
Best Regards