Currently, All Images are getting zoomed when we hover on product image, want only 1 image to get zoom at a time.
Checkout URL: https://redpandaoutdoor.in/products/cloud-wing-ultralight-backpacking-tent
i had added this code in ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.
.product-gallery__media-list-wrapper:hover img {
scale: 1.2;
transition: .5s;
}
