border radius images

Posted in: Newspaper
Post count: 36

Hi
I’d like to round the corners of the images in my text body. Could you please provide the CSS class for that?
Thanks in advance.

Post count: 27744

Hello,

Please provide some screenshot to know for what image you want the border-radius.

Thank you!

Post count: 36
Post count: 27744

Hi,

Inside the post content or on the blocks? On the blocks you can set the image radius https://i.imgur.com/xq0PPoV.png and in the post content you need to use this code .wp-block-image img {
border-radius: 10px;
}

Thank you!

Post count: 36

Yes, I meant the Inside the post content, but this code I’m adding to the custom css theme code is not making any changes.

Post count: 27744

Hi,

Please provide the link to your website for a custom code that will apply.

Thank you!

Post count: 36
Post count: 27744

Hi,

Please try to use this code .rtl .tdb_single_content figure img
{
border-radius:10px;
}

Thank you!

Post count: 36

Hi.
Unfortunately, this code also didn’t work.

Post count: 27744

Hi,

Please let me know where you added the code.

Thank you!

Post count: 36

Theme panel → custom code → custom CSS

Post count: 27744

Hi,

It should work -> https://i.imgur.com/zp7cySS.png Please check the code is as I provided

Thank you!

Post count: 36

Thank you, the problem has been resolved.

Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.