Single Image Element Rounded Image

Posted in: Newspaper
Post count: 21

Hello, I would like to have a single image element with a Rounded Image
I know I have to create a specific class
But how to create a class with an effect only on a specific image and not to all if I got more on page
Thanks

Post count: 27744

Hello,

You can add an extra class for that element https://i.imgur.com/HJjrkdP.png, after you create the css, you can set the code in Theme Panel -> Custom Code -> Custom Css.

Thank you!

Post count: 2

Hi @Anamaria

Can you please share the example css code?

Post count: 27744

Hello @Yoshiyu,

Please try this custom code -> https://i.imgur.com/1aUnPMI.jpg
.tdm-inline-image-wrap img{
border-radius: 50px 5px 0 20px;
}

Thank you!

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