Hi, I am trying to hide the quantity and button (product form) on grid theme.
Whenever I hide it on the customise page design, the entire page blanks out but I can still hover over boxes etc. (attached example)
Is there a fix for this?
Only needs to be on some products, so I have set up as a separate template but cannot get it to work
Live product - https://hegidesignhouse.com/products/bling-bling-chair
Thank you
Hi @temeika ,
Go to Assets > theme.css and paste this at the bottom of the file:
.template-suffix-hide-price .product__form {
display: none !important;
}
Hope it helps!
Thanks but I don’t want this applied across the entire theme, only on some products/this product template.
Hi @temeika ,
Yes, the code I guide only works on ‘suffix-hide-price’ template, have you tried it?
Sorry I read the code wrong. I have now added code, however, this has not rectified the issue.
Hi @temeika ,
Are you trying to hide this?
I tried adding the code and it works fine:
Can you re-add the code, I will help you check it