Help with the curve border of Posts

Posted in: Newspaper
Post count: 111

If you see properly, it’s not an actual curve, there is the grey background behind every post. Please help

Post count: 35449

Hi iamratnesh, this is because you are using for all image another background image, this one -> https://i.imgur.com/2rcdbTo.png -> https://i.imgur.com/fjTvOYm.png
What you can do is to find from where is coming that background image and remove it or you can use a css for the flex block 1 -> https://i.imgur.com/vELTd0I.png
.td_flex_block_1 .td_module_wrap .td-image-wrap:before {
border-radius: 30px;
}

Set the code in the theme panel > custom code> custom css.
I hope this will help you!

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