サイト統計情報の非表示

Hi friends
Does someone know how to hide all the site stats for all the users? like here in discourse under the menu and about :slight_smile:

「いいね!」 3

You can hide it via CSS. Admin → Customize → Theme → Edit CSS

Add this:

section.about.stats { display: none; }

「いいね!」 6

Thank you for the solution I will probably use it!
So there is no option under settings to turn it off…

1.Does someone knows why the default in discourse to show users the stats about the community? maybe if I leave it, it will urge users to log in and use the platform?
2. Does the display:noe solution still leave the info behind the scenes so one who knows code can see the stats?

「いいね!」 1

Yes, that info is left behind the scenes - and one can easily look behind the scenes by visiting /site/statistics.json.

「いいね!」 3

ページのソースから section.about.stats を完全に非表示にすることに成功したサイトをいくつか知っていますが、site/statistics.json には統計情報が引き続き表示されています。

「いいね!」 1