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 am using masonary blog, I want to omit post headlines from the main page. I only want images and no text there. So a visitor by clicking on the image can get the full post on single page. but no text on home page of masonary.
Hi Ahmad,
Try this by pasting this CSS in your Custom CSS:
.blog-holder .box-holder .post-info p { display: none; }Best regards,
Laborator Team