Comments 1mariehavgaard started the conversationFebruary 24, 2018 at 11:45amHi, 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 1,560Laborator repliedFebruary 26, 2018 at 10:10amHi 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 Documentation Join Kalium Users Group Sign in to reply ...
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:
While if you want to use another color for the border, add this CSS:
2. There doesn't seem to bee any hover effect at all, have you removed it?
Best regards,
Laborator Team