Home › Forums › WoodMart support forum › Color Swatches & Catalog Mode › Reply To: Color Swatches & Catalog Mode
February 28, 2020 at 6:25 am
#176799
Aizaz Imtiaz Awan
Keymaster
Hello,
To hide the cart from the header please Go to WoodMart >> Header Builder >> Edit Header >> Remove cart.
Screenshot for Clarification: https://ibb.co/TYRZrqV
To hide prices you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-Price-amount {
display: none;
}
Best Regards.