Remove comments count on Blocks

Posted in: Newspaper
Post count: 7

Hi to All,
is it possibile to remove the comments count on the blocks, like in the block 5?

thanks in advance

A

Post count: 7909

Hi,

If you want to remove comment counter only on specific block you can do this via custom css in Theme Panel > Custom Css(just change the block number) – http://screencast.com/t/xR4FapMDV1

.td_block_1 .td-module-comments {
display: none;
}

Also there is a general option to remove comments counter on post, modules, blocks in Theme Panel > Post Settings – http://screencast.com/t/O1uLS1cGl5mC

Thanks!

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