Remove the new zoom feature on products

Hey guys.. How do you remove that new Zoom Feature WooCommerce added in 3.0? I googled online but the PHP code does not seem to work, does the theme use a different one? I tried this code:

remove_theme_support( 'wc-product-gallery-zoom' );
remove_theme_support( 'wc-product-gallery-lightbox' );
remove_theme_support( 'wc-product-gallery-slider' );

Comments

Sign In or Register to comment.