Add border to bottom of thumb

Posted in: Newsmag
Post count: 9544

Man I’m rusty on targeting this stuff.
Basically, with a home page layout with
block 3 and 4, I think it’s .td_module_2 .entry-thumb
trying to add {border-bottom:1px solid #333333;}

basically – since original images have borders, the slightly cropped thumbs for modules chop off bottom border so looks funky. Adding a css bottom border seems like best fix.

BETA test site: https://newyorknetwire.com/

No rush. Forgotten how to target some of the td_whatever stuff.

Post count: 35449

Hello,
In case that you are referring to those modules – https://i.imgur.com/fG7IDju.png then you can use this custom css:
.td_block_3 .td-module-thumb .entry-thumb {
border-bottom: 1px solid #808080;
}

I hope this will help you!

Post count: 9544

Aha! Will try that, thanks 🙂

Chris

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