Home Forums Free Themes Easy Commerce Product Gallery Images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58856
    evanzyl
    Participant

    Good day

    How do I remove the lightbox from product gallery images?

    I tried this css:
    .woocommerce div.product .images, .woocommerce-page div.product .images {
    pointer-events: none;
    }

    but then it disables the gallery thumbnails as well so you can’t view the larger images.

    Thank you

    #58887
    wensolutions
    Keymaster

    Hello @evanzyl,

    To remove the light box from the product gallery image use bewlo given CSS .

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .woocommerce-product-gallery__image {
    pointer-events: none;
    }

    Hope this helps .

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.