Note: We do not offer custom code support and cannot offer assistance with the implementation of custom code. If your custom CSS interferes with default Semplice functionality, we recommend removing it.
Add the following CSS in the "Customize" > "Advanced" > "Custom CSS" to remove zoom effect in the Lightbox:
.pswp__zoom-wrap,
.pswp__button--zoom {
pointer-events: none !important;
}
.pswp__button--zoom {
display: none !important;
}