Archived topic
Make all images on site have rounded corners
3 replies · Started by Rickard on February 23, 2020
Viewing posts 1–4 of 4
Hello!
Is it possible to make all the images on a site have rounded corners?
I have managed to get the featured image have rounded corners, but not those images who are in a post.
Hi there,
Try this:
.entry-content img {
border-radius: 10px;
}
Let me know :)
It worked perfectly!
Thank you Tom :-)
You're welcome :)
This archived topic is closed to new replies.