Notifications
Clear all
Topic starter
20/08/2018 11:12 pm
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?
21/08/2018 12:22 pm
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;
}