Newspaper Theme > TD Composer > Block 11 > Hide comments counter

Posted in: Newspaper
Post count: 15

How can I hide the comments counter in Block 11. There is no option available.

Thanks!

Post count: 35449

Hi,

If you want to hide the comment counter only from the block 11 then you’ll need to use a custom css
.td_block_11 .td-module-comments{
display: none;
}

The code need to be set in theme panel> Custom code> Custom css.
Or you can use the option from theme panel for all blocks -> https://i.imgur.com/ayy99LS.png

Thank you!

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