Overlay on "Block 22"

Posted in: Newspaper
Post count: 4

Hi there,
I’m using “Block 22” to show one big post at the top my website (http://camp.academy). I’d like to remove that grey/black overlay that takes up the bottom 1/10 of the image. I’m not sure what it’s purpose there is, as there isn’t any text shown in that area.

How do I go about getting rid of it?

Post count: 22421

Hello,

As you can imagine, the bottom border is meant for text. Please check: https://demo.tagdiv.com/newspaper/block-22/
You removed the author and post date. That is why the overlay is empty.
You can either enable the meta info or use this code to remove the overlay:

.td_block_22 .td-module-meta-holder{
display:none;
}

Thank you!

Post count: 4

That worked perfectly. Thank you!

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