[Support request] Remove On Mouse Over Product Zoom, but leave Magnifier Icon

Home Forums Support [Support request] Remove On Mouse Over Product Zoom, but leave Magnifier Icon

Home Forums Support Remove On Mouse Over Product Zoom, but leave Magnifier Icon

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #850683
    David

    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' );
    }
    #850788
    Leo
    Staff
    Customer Support

    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 🙂

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