Removing article comments icon on homepage

Posted in: Newspaper
Post count: 73

Hello,

after removing article date on homepage (https://forum.tagdiv.com/topic/removing-article-date-on-homepage/) now I need to remove comments icon on home page.

removing comment icon homepage

Can you help me?

Thank’s a lot

Post count: 7909

Hi,

You hide it also using custom css, but it will hide also post views – http://screencast.com/t/KWBPA470yPx

.home .entry-comments-views {
display: none;
}

Thanks!

Post count: 73

Thank’s a lot!!

It works very fine!

best regards

Post count: 23

It doesn’t work for me. I’m still seeing the comments. What can be wrong?
site: m24digital.com

I copy and paste the code in custom css on the Newsmag theme panel

.home .entry-comments-views {
display: none;
}

Post count: 7909

Hi,

It doesn’t work because your theme is newsmag, please try this custom css: http://screencast.com/t/pYw2PxQAPKHZ

.home .td-module-comments {
display: none !important;
}

Thanks!

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