Round Image Corners

Posted in: Newspaper
Post count: 8

Hi,

If it is possible, I want to round all image corners(post images, big grid flex and other all elements images etc) with a single code.

or,

I want to round image corners on Big Grid Flex 2 Element.

Post count: 18283

Hello !

You can try this CSS code: img {
border-radius: 15px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let me know if this was helpfull !

Thank you !

Post count: 8

I tried this code but nothing is changed on Big Grid Flex element.

https://prnt.sc/p0pm30

Post count: 18283

Hello !

For Big grid flex please try this css: .td-big-grid-flex .td-thumb-css {
border-radius: 15px;
}

Thank you !

Post count: 8

Yes, it works but the bottom of the images is still flat.

https://prnt.sc/p0qv8w

Post count: 18283

Hello !

This seems to round up all corners: .td-big-grid-flex .td-image-wrap {
border-radius: 25px;
}

I hope ths is better !

Thank you !

Post count: 8

It works. Thanks a lot!

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