How to make rounded corner image

Posted in: Newspaper
Post count: 132

How to make rounded corner featured image and all other images in single post template? I seen there’s no option in post template to set radius for images.

Post count: 27744

Hello,

You can put a border-radius on Single Post Featured Image => https://www.screencast.com/t/MDB04MrwQd2t, using this code => https://www.screencast.com/t/YxOw8vI7

.tdb_single_featured_image img
{
border-radius: 20px;
}

Hope this helps you!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.