メンバー向け編集アイコンを非表示にしますか?

CSSのカスタマイズを使用して、それを非表示にできます

.topic-body .post-info.edits {
    display: none;
}