WordPress – Solve blur effect on WooCommerce loop product images, without duplication issue
I’m using the latest versions of WordPress and WooCommerce with the latest Flatsome theme. I found an interesting snippet that solves the blur effect issue on product images. However, the code requires some tweaks: remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 ); add_action(…