See picture. After updating to the latest versions of X (Not Pro) and Woocommerce on my dev site. I noticed that there is now a Blue magnifying glass next to the white one that was originally there. How can I remove the blue and keep all the zoom functionality that was there previously when hovering over the image.
I tried using the following code but it removed both icons and all zoom functionality.
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}