You can follow the instructions below to hide the number of replies from the topics page:
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the Custom Code link.
- Copy the HTML code below into the Forum Head Tag HTML Code text box.
<style> .topics-list .panel-body > ul > li .mod [id^="reply_count_"] { display: none !important; } </style> - Save the changes.