# モバイルビューでカテゴリのみ表示

**URL:** https://meta.discourse.org/t/show-only-categories-on-mobile-view/343927
**Category:** Support
**Tags:** mobile
**Created:** [2024 年 12 月 22 日午後 5:13 UTC](https://meta.discourse.org/t/show-only-categories-on-mobile-view/343927 "2024-12-22T17:13:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![MihirR](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mihirr/32/475158_2.png) [@MihirR](https://meta.discourse.org/u/MihirR)
#### Post date: [2024 年 12 月 22 日午後 5:24 UTC](https://meta.discourse.org/t/show-only-categories-on-mobile-view/343927/2 "2024-12-22T17:24:14Z")

</div>

モバイルで特にカテゴリの下にあるトピックリストを非表示にしたい場合は、 **HTML/CSSの編集** セクションに移動し、モバイルタブの下に以下を追加することで実行できます。

```plaintext
.category-list-item tr.category-topic-link {
    display: none;
}

```

* * *

_HTML/CSSの編集方法がわからない場合は、`https://yourdiscoursedomain.com/admin/customize/components`にアクセスしてください。 **インストール** をクリックし、 **+新規作成** をクリックします。好きな名前を付け、タイプを **コンポーネント** に設定し、作成したファイルを開きます。右側にある **HTML/CSSの編集** オプションを見つけます。_

_また、そのコンポーネントをテーマで有効にしてください。詳細については、[サイトでのカスタムCSSの変更](https://meta.discourse.org/t/making-custom-css-changes-on-your-site/168101)をご覧ください。_

---

_[View the full topic](https://meta.discourse.org/t/show-only-categories-on-mobile-view/343927)._
