Home › Forums › WoodMart support forum › Hide add to cart button on shop archive Hide add to cart button on shop archive This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 1, 2022 at 8:47 am #409657 CarinaParticipant I would like to hide the add to cart button on the archive and instead just link to the product page to get more information about the product first. October 3, 2022 at 10:14 am #409865 Luke NielsenMember Hello, The below code will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS. .product-grid-item .wd-add-btn { display: none; } Thanks for your time and have a great day. Kind Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register