Archived topic
How to make the corners rounded on WP show posts images instead of square
3 replies · Started by Jonny on October 20, 2022
For some reason, my WP show posts used to have rounded corners on the images but now they are square. How can I change them back so the featured images have rounded corners?
I have linked my homepage URL below where you can see my featured posts under the heading Popular Travel Guides and the featured images are square not rounded.
Hi Jonny,
Try adding this in Appearance > Customize > Additional CSS:
.wp-show-posts-image img {
border-radius: 20px;
}
Fernando, you're the man, that worked, thank you!
You're welcome Jonny!