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,
I’m trying to disable the popup image for mobile. Is this possible? I turned on lightbox but I only want it on bigger screens.
Thanks
Hi patty_rl,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though
Please add the code below to your Wordpress dashboard > Custom CSS area:
/* Disable portfolio item popup */ @media (max-width: 768px) { .single-portfolio-holder .gallery .photo>a { pointer-events: none !import; } }