Home Forums WoodMart support forum Remove Add to Cart and Wishlist Icon on Shop Page

Remove Add to Cart and Wishlist Icon on Shop Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #245351

    carolynwin
    Participant

    How do I remove the Add to Cart and Wishlist Icons when hovering over a product image on the Shop page? I have tried the custom CSS listed in the forum, but it’s not working for me.

    #245402

    Hello,

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

    body .product-grid-item:hover .woodmart-buttons[class*=wd-pos-r] {
    opacity: 0;
    }

    Best Regards

    #245417

    carolynwin
    Participant

    Thanks! That worked for the desktop version. What is the code to remove the Add to Cart and Wishlist Icons when hovering over a product image on the Shop page on mobile?

    #245465

    Hello,

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

    body .product-grid-item .woodmart-buttons[class*=wd-pos-r] {
        opacity: 0;
    }

    Best Regards

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