• I want to remove the hover ‘add to cart’ on my shop page.

    I added some CSS to my child theme but it is still not hiding the hover.

    .woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • Thread Starter jimmy2faces

    (@jimmy2faces)

    I resolved it myself with the following

    .shop-item:hover .shop-item-detail, .product:hover .add_to_cart_button {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove hover over on add to cart’ is closed to new replies.