「表示数」列を非表示にする方法

私のフォーラムは比較的新しく、「閲覧数」列の低い数値を見せるのは少し恥ずかしいです。これを非表示にすることはできますか(各スレッドの最初の投稿の末尾にある小さな情報パネルからも非表示に)?

あらかじめありがとうございます。

「いいね!」 2

What do you mean by this?

That little box with information of “last reply”, “created”, “views”, “users” and “likes” at the end of first post in every thread, just like the one right above yours.

「いいね!」 1

Target these elements with CSS and hide them. You can add CSS via admin, customize.

「いいね!」 1
.topic-list .views {
    display:none;
}
「いいね!」 7

:+1: 素晴らしい、「カスタマイズ」>「テーマ」の中に「CSS/HTMLを編集」ボタンを見つけました。

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.