Blocks – Texts

Posted in: Newspaper
Post count: 6

Hi, I just want to ask if it’s possible to remove the post title, the number of comments, and the author in the post blocks? In the featured image per post, I am planning to include the title on the picture. How can I turn the text off? Thank you

Post count: 22421

Hello,
It depends on the block you want to edit. I can provide a css code to remove it from all the blocks but i’m not sure this is what you want.
If you want to remove the title, comments and author in all blocks, please use this code:
.td_block_wrap .entry-title, .td_block_wrap .td-module-meta-info{
display:none!important;
}

Thanks.

Post count: 6

What if I just want to remove the number-of-comments-bubble on the blocks. How do I do this?

Post count: 22421

Hi,
If you just want the comment bubbles removed, you can use this code:
.td-module-comments{
display:none!important
}

Thanks.

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