Site logo

Archived topic

Featured image border radius

3 replies · Started by June on October 17, 2021

Viewing posts 1–4 of 4

Hello, I have given a border radius of 10px to the featured image container but its not taking any effect. Please help me figure this out.

Hi there,

Your featured image is a static image, not the background image of the container, so adding border radius to the container won't apply to the image itself.

You can either add background image to the container and set it as dynamic featured image.

Or

Add this CSS:

.blog .dynamic-content-template img, .archive .dynamic-content-template img {
    border-radius: 10px;
}

Let me know :)

The second solution worked for me. Thank you so much :)

No problem :)

This archived topic is closed to new replies.