Site logo

Archived topic

I want to make my contents template give Border Radius include image secter.

9 replies · Started by tim2993 on February 15, 2022

Viewing posts 1–10 of 10

I want to make my contents template give Border Radius include image secter.

What should i do?

Hi there,

can you share a link to where i can see the content ?

Your website is just a wordpress.com login page ?

Sorry it is just avaliable.

OK - it looks like you added border radius to your posts. Are you just wanting it on the Sidebar now ? Or are there other places too ?

I want to give border radius to my image. make it all square to round... not only bottom.

Ah ok - try adding this CSS:

.dynamic-featured-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

Thank you.

You're welcome

This archived topic is closed to new replies.