Archived topic
I want to make my contents template give Border Radius include image secter.
9 replies · Started by tim2993 on February 15, 2022
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 ?
https://streetkn.com/ this is my website!
http://moneyman.kr/ I want to make this site's content templates. looks like
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