How to remove the zoom icon in Dawn Theme while keeping zoom functionality?

Hi. Does anyone know how to remove this zooming icon? I still wanna have the ability to zoom on the item but I wanna remove the icon.

Hi @AndreiGhetu ,

Sorry for experiencing this problem. If woudnt mind to share your URL website with password if have. Thanks!

https://viellelondon.com/password

pass: 123123123

Hi @AndreiGhetu ,

Thank you for the information, I understand you would like to remove this zooming icon.

You can try this code.

  1. Go to themes > edit code >

  2. Go to Asset Folder > click base.css

span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--lightbox {
    display: none;
}

I hope it helps.