Hello,
For disabling all of them, here are the necessary steps:
1. In themes/hummingbird/assets/css create a file called custom.css.
2. The content of the file should be the following:
/* Disable image zoom */ .product-miniature .product-miniature__link:hover .product-miniature__image { transform: none; } /* Disable Quck View */ .product-miniature:hover .product-miniature__quickview { transform: none; } /* Disable shadow */ .product-miniature .card:hover { filter: none; }
3. Delete the cached .css files under themes/hummingbird/assets/cache
4. Reload the page (you might need to hard reload it - ctrl + shift + r in Chrome). It should hopefully work as expected