Site logo

[Support request] How to Make Rounded Corner Images in WordPress?

Home Forums Support [Support request] How to Make Rounded Corner Images in WordPress?

Home Forums Support How to Make Rounded Corner Images in WordPress?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1794401
    Rahul

    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/

    #1794572
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.