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.
How do I remove the icons on the for the blog dates and categories. I still want to show both the dates and categories, I just want to remove the icons (see attached for example. I'm hoping I can use css to do this. I'm using the child theme. Thanks!
Hi tgotoe,
Please add the code below to your Custom CSS area:
.blog-posts .post-item .post-details i { display: none; }And that code will hide those icons.