Featured Image Rounded Corners

Posted in: Newspaper
Post count: 4

Hi team,

Looking for some custom CSS to round the corners of the featured images in the mobile theme.

Would appreciate if you could provide.

Anders

Post count: 22421

Hello,

For this you will need to use the border-radius css property. Here is an example:
add this code in the mobile theme plugin -> custom css box:
.td-module-thumb .entry-thumb{
border-radius:20px!important;
}

Thank you!

Post count: 42

I think you need to add that option to turn off radius in the THEME PANEL options.

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