Okay
  Public Ticket #1481040
Blog thumbnail border/background
Closed

Comments

  •  1
    mariehavgaard started the conversation

    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

  •  1,560
    Laborator replied

    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


      Documentation         Join Kalium Users Group