# メールアドレスのセクションを非表示にする方法をご存知の方はいませんか？

**URL:** <https://meta.discourse.org/t/does-anybody-know-how-to-hide-the-email-section/408561>\
**Category:** Support\
**Created:** [2026 年 7 月 26 日午後 11:00 UTC](https://meta.discourse.org/t/does-anybody-know-how-to-hide-the-email-section/408561 "2026-07-26T23:00:41Z")\
**Posts on this page:** 1\
**Showing post:** 13

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [2026 年 7 月 27 日午前 12:54 UTC](https://meta.discourse.org/t/does-anybody-know-how-to-hide-the-email-section/408561/13 "2026-07-27T00:54:59Z")

</div>

コンポーネントの作成権限がある場合、本当に必要だと判断したらこのCSSを使用してそれを非表示にすることができます。ただし、モデレーターとしてメールアドレスを表示できるが、Discourseの更新を行うための管理者権限がない場合は、これを行うことはできません。ブラウザのバージョンによっては、[Stylus](https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?pli=1)のようなスクリプトツール拡張機能を使用して、ページにCSSのカスタマイズを適用できます。

```css
dt.email {
    display: none!important;
}
dd.email {
    display: none!important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/does-anybody-know-how-to-hide-the-email-section/408561)._
