How can I disable the zoom function on collection sites?

I do not have this option in my built in editor, nor cant I find it in my code. Anyone that can help me get rid of the zooming on collection sites.? https://testsalg.myshopify.com/collections/redskap

Best regards.

Hello @andersdahlee

Your store is password protected unable to check the issue. Please share the password.

Hey there,

Just add this code in your theme css file at very bottom:

.product-thumb:hover .zoom-thumb img {
    transform: 1!important;
    -webkit-transform: 1!important;
}

Cheers!

Do let me know!

Yeah just did. Still zooms at hover.

Opps, Replace it with this:

.product-thumb:hover .zoom-thumb img {
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
}

Hi @andersdahlee ,

Your store is password protected unable to check the issue. Can you please share the password for me to check that?

Hope to hear from you soon!