Home Forums WoodMart support forum Delete add to cart on hover

Delete add to cart on hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307955

    koenzwaan
    Participant

    Is it possible to delete the add to cart button on the category pages when you hover over a specific product?

    #307992

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.tax-product_cat .product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
        opacity: 0;
        transform: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)