Rounded corners pictures

Posted in: Newspaper
Post count: 7

Hello, how to makes the picture rounded corners in this screenshot
https://www.screencast.com/t/WqWTCBPtF4lz

http://zona3g.com/dog-daycare/

thanks

Post count: 35449

Hi,

In order to achieve that you’ll need to use a custom css ->
https://www.screencast.com/t/nWLqxhzZxz
.td-boxed-layout .tdc-row > .td-pb-row > .td-element-style, .td-boxed-layout .tdc-video-outer-wrapper, .td-boxed-layout .tdc-row-divider {
border: 2px solid white;
border-radius: 15px;
width: 100%!important;
}

You’ll need to set this code in Newspaper>theme panel > Custom code>Custom css

Thank you!

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