[Resolved] How to make the corners rounded on WP show posts images instead of square

Home Forums Support [Resolved] How to make the corners rounded on WP show posts images instead of square

Home Forums Support How to make the corners rounded on WP show posts images instead of square

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2380698
    Jonny

    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.

    #2380701
    Fernando
    Customer Support

    Hi Jonny,

    Try adding this in Appearance > Customize > Additional CSS:

    .wp-show-posts-image img {
        border-radius: 20px;
    }
    #2380710
    Jonny

    Fernando, you’re the man, that worked, thank you!

    #2380800
    Fernando
    Customer Support

    You’re welcome Jonny!

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