Archived topic
Featured image border radius
3 replies · Started by ETO on October 20, 2021
Viewing posts 1–4 of 4
Hello!
Is it possible to add a border-radius to the featured images using CSS?
If, yes, could you please give that piece of CSS for this?
Hi there,
to cover the sidebar image ( which are from WP Show Posts ) and the images below your content you would need this CSS:
.wp-show-posts-image img,
img.wp-post-image {
border-radius: 20px;
}
Thank you so much.
Glad to hear that
This archived topic is closed to new replies.