Meta info border radius

Posted in: Newspaper
Post count: 9

Hi, when I change the border radius on Flex Block 2, it doesn’t apply to the meta info background box, only to to the image. I also tried adding a border from the row CSS settings and setting the radius through that, but it seems like the meta info box goes over it? How could I change the radius on the bottom left corner?


Thank you!

  • This topic was modified 5 years by rcteam. Reason: added tags
Post count: 27744

Hello,

Unfortunately, to have border-radius on the meta info, you need to use some custom code CSS => https://www.screencast.com/t/W8K1Fv6ZF and change the value
.td-module-meta-info
{
border-radius: 15px;
}

Set the code in Theme Panel -> Custom Code -> Costum CSS.

Hope this helps you!

Thank you!

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