How to show no number of comments – block 16

Posted in: Newspaper
Post count: 57

Hi,

Newpaper theme, no settings imported from demo’s. Page template = page builder + title.

Where do I have to put the ccs code to let no-show the counter of comments (black icon, white number)?
– for this specific block please (16)

Is a list available with .td elements? so i know where to refer to in case I like to add some css?

Many thanks,

Ad

Post count: 20688

Hi,

The comment count can be disabled for all the blocks in the theme panel
https://www.screencast.com/t/WD83ByTQ
If you want to hide it only on a particular block like block 16 that you mention, you can use a code like this
https://www.screencast.com/t/3RpE3Jpm4h2

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

Custom codes can be entered in Theme panel->Custom code sections. At the moment there is no list with the theme classes, but you can use the browser inspector to identify them and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Post count: 57

Thank you very much. Great support, great theme (layouts and technique superbe).

Have a good day.

Ad

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