Home Forums WoodMart support forum Color Swatches & Catalog Mode Reply To: Color Swatches & Catalog Mode

#176799

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.