Home › Forums › WoodMart support forum › How to hide “Add to Cart” button How to hide “Add to Cart” button This topic has 6 replies, 2 voices, and was last updated 3 years ago by Aizaz Imtiaz Awan. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts April 23, 2022 at 11:06 am #370426 simplyaustParticipant How to hide “Add to Cart” button but keep all other elements such as pricing, options etc….so ONLY hide add to cart button April 23, 2022 at 2:44 pm #370467 simplyaustParticipant Forgot to mention I would like to do this per product basis April 23, 2022 at 2:47 pm #370472 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .wd-add-btn.wd-add-btn-replace.woodmart-add-btn { display: none; } .woocommerce-variation-add-to-cart { display: none; } Best Regards This reply was modified 3 years ago by Aizaz Imtiaz Awan. April 23, 2022 at 2:51 pm #370475 simplyaustParticipant No that did not seem to change anything. Also I am wanting to remove the add to cart for individual prodcts April 23, 2022 at 3:33 pm #370490 Aizaz Imtiaz AwanKeymaster Hello, Please provide the URL of the website to check it myself and help you out accordingly. Sorry but it is not possible to hide individual products. Best Regards April 23, 2022 at 5:43 pm #370498 simplyaustParticipant Thank you …but I will need the function to enable and disable per product. April 25, 2022 at 8:55 am #370675 Aizaz Imtiaz AwanKeymaster Hello, Sorry but it is not possible to hide it for specific products. It requires customizations and this is beyond our limitations and support policy. Best Regards Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register