Take out Magnifier

Solved

Take out Magnifier

Suco
Explorer
117 0 14

Hi guys , can you help me take this out 

URL - https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass - Humblee3030

IMG_2397.jpeg

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12366 2558 3743

This is an accepted solution.

@Suco 

Please add the following code at the bottom of your css file.

@media screen and (max-width: 749px){
span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--hover {
    display: none;
}
}

Note: This works for mobile only.

Hope this helps!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

View solution in original post

Moeed
Shopify Partner
7057 1901 2327

This is an accepted solution.

Hey @Suco 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--hover {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1714652024502.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)
Suco
Explorer
117 0 14

IMG_2397.jpeg

 the icon I want take out 

dmwwebartisan
Shopify Partner
12366 2558 3743

This is an accepted solution.

@Suco 

Please add the following code at the bottom of your css file.

@media screen and (max-width: 749px){
span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--hover {
    display: none;
}
}

Note: This works for mobile only.

Hope this helps!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Moeed
Shopify Partner
7057 1901 2327

This is an accepted solution.

Hey @Suco 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--hover {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1714652024502.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications