Remove hover over on add to cart
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Remove hover over on add to cart’ is closed to new replies.