Home Forums WoodMart support forum Product Hover on Mobile Product Detail page

Product Hover on Mobile Product Detail page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158069

    Nico123
    Participant

    Hello!

    When I am on a product detail page on my mobile phone the product picture fills out almost the whole screen.
    When I want to swipe down to the describtion and touch the picture there is a zoom-in into the picture and I cannot swipe down.

    I would prefer to zoom-in when clicked, but not when I want to swipe down.

    I hope you know what I mean.

    Thank you for your help.

    #158093

    Hello,

    We can remove zoom on hower on mobile view with CSS, however we cannot make zoom on click with CSS. Please let me know if it is acceptable I will provide custom CSS.

    Best Regards

    #158097

    Nico123
    Participant

    Yeah, please send me the CSS..
    This solution is fine for me.

    BR Nico

    #158203

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .product-image-wrap .zoomImg {
    	display: none !important;
    }

    You may need to deactivate the magnifier plugin.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Product Hover on Mobile Product Detail page’ is closed to new replies.