Ride Theme- Magnifying glass icon on product photo

Hello! How would I remove the magnifying glass icon on my product photos? It’s getting in the way of displaying my designs. For example: Customizable School Name Plate – AmericanBlues56

It doesn’t show up on desktop unless you hover over the photo, but on mobile it shows up all the time. I’d like to remove it, could someone please help me with this? Thank you!

@MandyRenee56

Please share your store URL!

Thanks!

  1. Go to online store > assets > section-main-product.css
  2. Add the following code at the bottom
.product__media-icon {
    display: none !important;
}

Thank you so much!