Notifications
Clear all

Removing comment count

2 Posts
2 Users
0 Likes
3,078 Views
(@gcolucci)
New Member
Joined: 6 years ago
Posts: 2
Topic starter  

Hi,

I'd like to remove the comment count from the comment section header. I couldn't find any option in the admin area for custom forms and the class.WpdiscuzWalker.php does not allow such customization. What would be the best approach in this case?


   
Quote
Arina
(@arina)
Support Team
Joined: 10 years ago
Posts: 101
 

Hi gcolucci,

There is no any option for this purpose. Please use the following CSS code, put it in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea. Delete all caches, do CTRL + F5 on the frontend. 

#wc-comment-header .wpdiscuz-comment-count{
display: none;
}

   
ReplyQuote
Share:
Scroll to top