cjalvesf Posted June 16, 2022 Share Posted June 16, 2022 Site URL: https://www.koolrenovations.shop/ I need to hide the price, quantity and add to cart button for some products on my website. https://www.koolrenovations.shop Do you know how to do it? Thank you. Link to comment
tuanphan Posted June 20, 2022 Share Posted June 20, 2022 On 6/16/2022 at 11:03 PM, cjalvesf said: Site URL: https://www.koolrenovations.shop/ I need to hide the price, quantity and add to cart button for some products on my website. https://www.koolrenovations.shop Do you know how to do it? Thank you. Edit Product > Additional Info > Add a Code Block > Paste this code <style> /* hide add to cart */ div.sqs-add-to-cart-button-wrapper { display: none !important; } /* hide quantity */ div.product-quantity-input { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cjalvesf Posted June 23, 2022 Author Share Posted June 23, 2022 Thank you so much, it works, but still show the price Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment