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?
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