Home Forums WoodMart support forum Remove Add To Cart button on archive page Reply To: Remove Add To Cart button on archive page

#434471

Luke Nielsen
Keymaster

Hello,

Please try to use the below code, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

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

.single-product .product-grid-item.wd-hover-alt.purchasable:hover .swap-elements {
    transform: none;
}

Kind Regards