Recent Posts
Online Members

 No online members at the moment

Disable the product...
 
Notifications
Clear all

Disable the product magnifier in Elementor


azmanagedit
(@azmanagedit)
Member Admin
Joined: 10 months ago
Posts: 88
Topic starter  

To disable the product magnifier in Elementor, you can do this by adding custom CSS or modifying the settings in Elementor if it's provided by a third-party plugin.Disable the click functionality and remove the magnifying glass icon on the product image in Elementor, follow these steps:

.woocommerce-product-gallery img {
    pointer-events: none;
}

.woocommerce-product-gallery__wrapper a {
    pointer-events: none;
    cursor: default;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

 


   
Quote
Share:

AZ Managed
IT Services llc

Contact us today to request a consultation and discover how our expert solutions can help your business thrive.