Site logo

Archived topic

Remove On Mouse Over Product Zoom, but leave Magnifier Icon

1 reply · Started by David on March 26, 2019

Viewing posts 1–2 of 2

Hello! I used the following snippet to disable the default on mouse over zoom on a product, but I'd like to leave the magnifier icon untouched... Is this possible?

add_action( 'wp', 'tu_remove_wc_zoom', 20 );
function tu_remove_wc_zoom() {
    remove_theme_support( 'wc-product-gallery-zoom' );
}

Hi there,

Unfortunately I don't think there is a way to do this.

These are features built-in to WooCommerce though so GP actually don't have control over it.

Might be worth checking with their support and see if they have a workaround solution :)

This archived topic is closed to new replies.