@champagnecoffee – Actually I didn’t try to remove that hover behavior because I didn’t mind it so much. I can’t think of an immediate solution other than to override the existing hover with a different hover. Good luck!
I am seeing the same problems: 9 JS errors in the Chrome inspector, and the backend calendar not working at all.
If anyone is interested, I tried this custom css and it works, at least for woocommerce 3.5.4 and shopisle 2.2.46:
ul.products li.product .product-button-wrap .add-to-cart-button-wrap .button, .add-to-cart-button-wrap .button {
display: none;
}
Hello, just wondering if the original poster @ether11 figured this out. I am also trying to remove the add to cart hover button from the product category pages and anywhere else it appears. Thanks.