Add border around image only

Posted in: Newspaper
Post count: 6

Hey tagdiv,

Is it possible to add a border only around the image? I don’t want it to cover the entire block, i just need it around image.

Post count: 35449

Hi,

Unfortunately this can be done only using custom css, but you want only the featured image to be round -> http://prntscr.com/pn0ngx -> http://prntscr.com/pn0p1t
.td_flex_block_1 .entry-thumb {
border: 5px solid red;
}

This custom css will be apply only on flex block 1.

Thank you!

Post count: 6

Thanks for the reply. Will that work on featured images that are square shape or only round ones?

Post count: 35449

Hi,

The above code will apply only on featured image from flex block 1 and you can adjust it after your needs -> http://prntscr.com/pn35oj -> http://prntscr.com/pn36gq -> http://prntscr.com/pn36x5 -> https://www.screencast.com/t/qpwHyXnQ

Thank you!

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