I want to hide other variant image in product cart page in mobile view. Note: Not thumbnail image

1 Like

Hey @UH1 ,

Kindly share your store URL

2 Likes

https://urbanheaven.pk/

password: urbanheaven12

1 Like

And the password please

Already mention in the previous reply

Don’t worry again

Password: urbanheaven12

Hi @UH1

This is David at SalesHunterThemes.

Thank you for your question.
Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

@media(max-width: 749px){
.product__media-wrapper {
overflow: hidden;
}
}

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

David | SalesHunterThemes team

1 Like

Hi @UH1 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Wonderful, Thanks

Perfect work