Home Forums WoodMart support forum How can I hide the price and remove the shopping cart and checkout related funct Reply To: How can I hide the price and remove the shopping cart and checkout related funct

#378978

Luke Nielsen
Keymaster

Hello,

Glad to have you as a user of our theme!

In order to hide the price for each product, enter this code into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

.product-grid-item .price,
.single-product .price {
    display: none;
}

The “Checkout” and “Cart” functionality you can remove through WooCommerce -> Settings -> clear the “Cart page” and “Checkout page” fields.

https://monosnap.com/file/LgZ3aKGtbWh2BxyG7lZ33UcgDBpRHO

Don’t hesitate to let me know if you need any further help or any other info.

Kind Regards