WHMCS-bridge

Watch The Dot Ltd Home Announcements Knowledgebase Network Status Affiliates Contact Us Account  Login Forgot Password? Knowledgebase Portal Home > Knowledgebase > WooCommerce > Turn off Product Featured Image Zoom in WooCommerce 3 Turn off Product Featured Image Zoom in WooCommerce 3 To remove the product featured image zoom effect in WooCommerce 3 at the […]
ContactRead More

Portal Home > Knowledgebase > WooCommerce > Turn off Product Featured Image Zoom in WooCommerce 3


Turn off Product Featured Image Zoom in WooCommerce 3




To remove the product featured image zoom effect in WooCommerce 3 at the following into your child theme:

add_action( 'after_setup_theme', 'remove_product_image_zoom', 11 ); 
function remove_product_image_zoom() {
    remove_theme_support( 'wc-product-gallery-zoom' );
}



Was this answer helpful?

Print this Article Print this Article

Also Read

Powered by WHMCompleteSolution

WordPress and WHMCS integration by i-Plugins