How to delete comment counter on posts?

Posted in: Newspaper
Post count: 6

Hello!Please help me to delete title “no comments”,”1 comment”, etc. (And also delete “Leave a reply”) http://i10.pixs.ru/storage/4/9/9/Snimokekra_8970383_18130499.png

  • This topic was modified 11 years by Neelch.
Post count: 6535

Hi

You can hide the comment block title using custom css in Theme Panel > Custom Css like here: http://screencast.com/t/9IH1dq9GiCW

.td-comments-title-wrap{
display: none;
}
.comments .comment-reply-title{
display:none!important;
}

If you only want to translate this titles you have this option in theme panel> translations http://screencast.com/t/H2yxjPyYk

Thanks!

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