Site logo

[Resolved] Remove Zoom on Woocommerce Product Page

Home Forums Support [Resolved] Remove Zoom on Woocommerce Product Page

Home Forums Support Remove Zoom on Woocommerce Product Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1918927
    Leanne

    Hi,
    I would like to remove the zoom effect on the product page.

    I tried this

    function remove_image_zoom_support() {
    remove_theme_support( ‘wc-product-gallery-zoom’ );
    }
    add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );

    but it does not work.

    Thanks,
    Leanne

    #1919031
    Leo
    Staff
    Customer Support
    #1919049
    Leanne

    Thank you. That works perfectly.

    #1919054
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.