# CSSでカテゴリモデレーターのシールドを変更することは可能ですか？

**URL:** https://meta.discourse.org/t/is-it-possible-to-change-via-css-the-category-moderator-shield/246055
**Category:** Development
**Tags:** css, category-moderators
**Created:** [2020 年 12 月 27 日午前 7:01 UTC](https://meta.discourse.org/t/is-it-possible-to-change-via-css-the-category-moderator-shield/246055 "2020-12-27T07:01:41Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2020 年 12 月 27 日午後 5:47 UTC](https://meta.discourse.org/t/is-it-possible-to-change-via-css-the-category-moderator-shield/246055/3 "2020-12-27T17:47:27Z")

</div>

> [@ckshen](#):
>
> 言い換えると、.first.username.category-moderator に対して、現在シールドになっている .svg-icon をターゲットにすることは可能でしょうか？

```css
section#topic div.topic-post.category-moderator div.topic-meta-data span.category-moderator span.svg-icon-title {
  display: none;
}

```

上記のセレクタは、カテゴリモデレーターからのみシールドを非表示にします。必要に応じて調整してください。

また、[サイトでの CSS 変更方法](https://meta.discourse.org/t/how-to-make-css-changes-on-your-site/168101) と [Discourse テーマのデベロッパーガイド](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648) を読むことをお勧めします。

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-change-via-css-the-category-moderator-shield/246055)._
