Rounded corners on pictures

Posted in: Newspaper
Post count: 24

Are small rounded corners on grid and pictures on homepage and featured image in article possible? If yes, how?

Thanks!
Christoph

Post count: 22421

Hello,
It is possible with a css trick. Please use this code:
.td-module-thumb .entry-thumb{
border-radius:10px!important;
}

You can change the value in pixels to increase or decrease the amount of “roundness” the image gets
result: http://screencast.com/t/Jx5Ymdjs
Thanks.

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