Hi, hoping someone can help me out. Most of my products, specifically the T-Shirts have multiple images added as product images. When I view the product, and hover my mouse over any of the photos, the cursor automatically changes to a magnifying glass. Is there anyway yo change this? It would be great if I could click on the image to show it in full view instead of hovering over it section by section.
Also, any idea why the product pictures all look so blurry? The files don’t look like this on my computer or during the product set-up, only when viewing the individual product on my site.
1 Like
@Ericab84
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@Ericab84
thanks for url can you please provide video how can i check that issue
@Ericab84 ,
Making the images not blurry is a bit more difficult to guide you through, but to fix the cursor, do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > base.css or theme.css and paste this at the bottom of the file:
.product-media-modal *:hover{
cursor: initial !important;
}
Please let me know whether it works.
Kind regards,
Diego
unfortunately that did not work. I need the cursor to stay as a cursor but also if you click on a secondary or third image, shouldn’t it come up in the main product box for viewing? when I click on a different image it opens a separate window with a VERY zoomed in view of the picture
I did some more digging in the discussions and found a post from @dmwwebartisan which solved the cursor issue.
.product__media-toggle {display: none !important;}
.product__modal-opener .product__media-icon {display: none !important;}
How do I get the second or third photos to swap into the main product spot when someone clicks on them? I don’t necessarily need to magnify the other pictures as that makes them too big to read properly, but they need to become big enough to read when clicked on. See screenshot below, second picture is a sizing guide, customer will need to be able to read the contents.