Hide product price and 'add to cart' button - Envy Theme

Hello,

I have searched around and tried some methods that worked on other themes but I am struggling to hide the product price and the ‘add to cart’ button on the envy theme.

Anyone able to assist?

Thx

B

Hi @BM-LCOF ,

Go to Assets > custom.css and paste this at the bottom of the file:

.indiv-product .hp-title .money-styling, .product-page--pricing, .product-page--submit-action {
    display: none !important;
}

Hope it helps!

@BM-LCOF Hi
I am not tech-savvy, and I tried this one
It can hide the ATC button and also hide the product price if you want. I appreciate their CS team too, they are fast and supportive :grinning_face_with_smiling_eyes:

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

https://lcof.myshopify.com/

thanks for your response.

Hi,

This worked, any idea how to hide the ‘quantity’ section too?

https://lcof.myshopify.com/products/knoll-dividend-horizon

Thanks!

Hi @BM-LCOF ,

Go to Assets > custom.css and paste this at the bottom of the file:

.quantity-controls__outer {
    display: none !important;
}

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.