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
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!
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
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.