Home Forums WoodMart support forum Control Product zoom in

Control Product zoom in

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #387059

    gnama
    Participant

    Hi

    On hovering the image for zoom effect the products are getting alot zoomed in. Please help me with steps to control zoom level

    #387146

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    Best Regards

    #393930

    niwo
    Participant

    Would be great, to be able to turn off this zoom feature.

    Is there any code to prevent zooming?

    #394040

    Hello,


    @niwo
    Please Go to Theme Settings >> Products Archive >> Product Styles and disable the option.

    Screenshot: https://gyazo.com/355fb7641562dd2316bec9323df787ec

    Best Regards

    #394294

    niwo
    Participant

    The problem here will be, that the image wouldn’t switch anymore.
    Only the zoom is the problem here. ๐Ÿ˜›

    How to turn off only the zoom?

    • This reply was modified 1 year, 8 months ago by niwo.
    #394355

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .hover-img {
    transform: none;
    transition: none;
    }

    Best Regards

    #394464

    niwo
    Participant

    Yes, it’s almost there.

    I’ve adjusted it like this.

    .product-grid-item .hover-img {
    transform: none !important;
    }

    Thank you! ๐Ÿ™‚

    #394482

    Hello,


    @niwo
    We are Glad that your issue has been Resolved.


    @gnama
    It’s been a while since we heard back from you. I am currently marking this topic as Resolved.
    Let us know if thereโ€™s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Control Product zoom in’ is closed to new replies.