custom class on img in text with image element

Posted in: Newspaper
Post count: 8

Good morning,
I have some text with image elements. Id like to set in some of them, a custom class that I have created and set border in those images. I’m trying to set this custom class, but I cant find the way how to set this class.

Thank you in advance

Post count: 35449

Hi,

On text with image you can set the class here -> https://i.imgur.com/phnGW4B.pngfor example -> https://i.imgur.com/kAEpjYB.png after that you can use a css like this to set the border on images -> https://i.imgur.com/RI4stl4.png
.class img{
border: 3px solid red;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

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