Site logo

Archived topic

Remove Thumbnail Border

3 replies · Started by Rohan Verma on August 31, 2020

Viewing posts 1–4 of 4

How to remove border from the thumbnails only?

Hi there,

Try this CSS:

.entry-content .wp-show-posts-image img {
    border: 0 !important;
}

Thanks.

No problem :)

This archived topic is closed to new replies.