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.
Hi, Would like to know if it is possible to change the color of the border of the blog thumbnail in blog page or get rid of it? See Attached image.
Would also like to know if I can change the hover color on blog thumbnails to another color than white?
Thank you very much..
Marie
Hi Marie,
1. If you want to remove it then add this to your Custom CSS:
.blog-posts .post-item.template-standard .post-details, .blog-posts .post-item.template-standard .post-thumbnail { border: none; }While if you want to use another color for the border, add this CSS:
.blog-posts .post-item.template-standard .post-details, .blog-posts .post-item.template-standard .post-thumbnail { border-color: red; }2. There doesn't seem to bee any hover effect at all, have you removed it?
Best regards,
Laborator Team