Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi Team,
I would like to know how I can disable lightbox from appear when you click on an image slider in a portfolio.
Also is it possible to have navigate/advance through the image slider using left and right arrow keys?
This would be great if you can assist me with this.
Cheers,
Toan
Hi Toan,
Add the following CSS to fix it:
.single-portfolio-holder .gallery .portfolio-images-slider a { pointer-events: none !important; }Best regards,
Laborator Team