Help me please with CSS class

Posted in: Newspaper
Post count: 132

I want to add border radius 8px to my images of my blog posts. I already set border radius of featured images. Could you give me css code line for post images with border radius 8px.

Have wonderful day with joy and enjoyment:)

Post count: 27744

Hello,

For flex blocks, you can set the image radius here -> https://i.imgur.com/yHoUP5W.png -> nhttps://i.imgur.com/rolyqLw.png

Thank you!

Post count: 132

No no. You got me wrong. I talk about images we add in our blogpost through wp-editor. For example all images added in xyz article or blogpost

Post count: 27744

Hello,

Please provide the link to your website and screenshots with what images.

Thank you!

Post count: 132

My page is same as newspaper default theme. Could you show me for this url : https://demo.tagdiv.com/newspaper_pro/td-post-luxurious-four-bedroom-house-with-roman-stone-bath-house/

Post count: 27744

Hello,

Please try to use this code .single .wp-block-image img{
border-radius: 8px;
}

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

Thank you!

Post count: 132

Great, thanks. I is working.
Thank you so much.
Have a fantastic day.

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