Site logo

Archived topic

How to Make Rounded Corner Images in WordPress?

1 reply · Started by Rahul on May 22, 2021

Viewing posts 1–2 of 2

I saw they used beautiful images for each post. But the question is if you see their image it looks round (4 corners) but if you download the image it looks square, how they made it? Is it a feature of the theme of something others?

Link: https://coffeeaffection.com/how-to-make-a-matcha-latte-at-home/

Hi there,

Add this CSS to your site:

#page img {
    border-radius: 10px;
}

It will add a border radius to all images within the post content.

This archived topic is closed to new replies.