Home Forums WoodMart support forum Add to cart Bottun on product archive Reply To: Add to cart Bottun on product archive

#402096

Luke Nielsen
Keymaster

Hello,

The below code will help you to hide the “Add to cart” button on the Shop and Home pages. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.product-grid-item .wd-add-btn {
    display: none;
}

Keep me informed of any issues.

Kind Regards