Please or Register to create posts and topics.

Customize statistics view

Hello,

I´d like to remove the number of topics displayed in stats at the bottom. I don´t know how to add a class to simply remove it with CSS because in forum-statistics.php file all stats queries are in a single div container:

echo '<div id="statistics-elements">';
     self::renderStatisticsElement(__('Topics', 'asgaros-forum'), $data->topics, 'far fa-comments');
     ...
echo '</div>';
Can I safely remove the second line without affecting the rest of the stats?

Julia