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.
I wonder if its possible to make the image container in a color with a custom css on one page, and if that shows through the transparent png image?
Hi there,
This is possible. Please click Edit on that page and find Parameters & Options then put the CSS on the Custom CSS area:
.single-portfolio-holder .gallery .photo img {
background: #eaeaea;
}
(view on new page)