Archived topic
Border around featured image
5 replies · Started by Liam on March 9, 2022
Hi,
Is there a CSS way to specific a border width and color for the featured image in posts, pages, etc? (screen shot sample provided in the private area).
This would just mean I could more easily update the site's design in the future without having to re-do all the featured image thumbnails.
Thanks.
Hi there,
can you share a link to your site where you want this applied so I can provide the correct CSS
Oh yeah, sorry David. Included in private area from this post. Thanks.
Try this:
.post-image img,
.featured-image img {
border: 4px solid #f00;
}
Works great, thanks!
Glad to hear that