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.
If I'm working on a portfolio project page, and I set "captions" to "below image", the caption text is displayed in a box with a gray background. How can I change this setting so that caption text is displayed without a background?
Attached files: Screenshot 2024-09-08 111510.png
Hi there,
Can you try adding this CSS to Custom CSS:
.single-portfolio-holder .gallery.captions-below .caption { background: transparent !important; }Best regards,
Laborator Team
That worked! Thanks