Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233229

    Hi! I’m trying to disable the lightbox on the product page (woo commerce) and I’m also trying to make the main product image change when I click a product image of the product gallery, now it just opens as a lightbox. Is this possible?

    #233595

    Hi heelia!

    Thank you for using the theme. I hope you’re doing great.

    You can add this on Quick CSS or custom.css to disable the lightbox:

    .woocommerce-main-image {
    pointer-events: none;
    }

    For the other request, you might want to hire a freelance developer to add the modifications. For further customization, please visit Werkpress.

    Regards,
    Ismael

    #233683
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable lightbox on product page?’ is closed to new replies.