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.
The Lightbox display for images in portfolio items shows the portfolio page in the background (see attached screenshot) which is irritating.
I don't want the original page to be shown through the transparent background of the highlighted image, so it would be good to be able to control that transparency.
thanks for helping
Alex
Hi Alex,
Can you please add the code below to Custom CSS:
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
background: rgba(0,0,0,1) !important;
}