# 데스크톱 및 모바일에서 게시글 수 비활성화

**URL:** https://meta.discourse.org/t/disable-number-of-posts-in-desktop-and-mobile/143014
**Category:** Support
**Created:** [3월 1, 2020, 4:12오후 UTC](https://meta.discourse.org/t/disable-number-of-posts-in-desktop-and-mobile/143014 "2020-03-01T16:12:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![petepan23](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/petepan23/32/161836_2.png) [@petepan23](https://meta.discourse.org/u/petepan23)
#### Post date: [3월 1, 2020, 4:12오후 UTC](https://meta.discourse.org/t/disable-number-of-posts-in-desktop-and-mobile/143014/1 "2020-03-01T16:12:24Z")

</div>

안녕하세요,

데스크톱과 모바일 뷰에서 게시물 수 표시를 비활성화하는 방법은 무엇인가요? 아래 그림과 같은 세부 사항을 확인해 주세요:

데스크톱:

 ![remo_number](https://global.discourse-cdn.com/meta/original/3X/8/b/8bb9faa6b39dfd64a5e10f94f3b3031bb3f1bd9d.png)

모바일:

 ![Screenshot_2020-03-01-16-08-00-678_com.android.chrome](https://global.discourse-cdn.com/meta/original/3X/4/5/4516e503ba99024e8ea5c52dc312f178090252e4.jpeg)

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [3월 1, 2020, 4:24오후 UTC](https://meta.discourse.org/t/disable-number-of-posts-in-desktop-and-mobile/143014/2 "2020-03-01T16:24:32Z")

</div>

다음 CSS를 추가하여 현재 테마를 사용자 지정하세요:

```css
.select-kit .category-row .topic-count, /* 카테고리 선택기 개수 */
.category-list .topics, /* 카테고리 페이지의 카테고리 통계 */
.category-list footer, /* 모바일 카테고리 페이지의 카테고리 통계 */
{
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [3월 31, 2020, 4:24오후 UTC](https://meta.discourse.org/t/disable-number-of-posts-in-desktop-and-mobile/143014/3 "2020-03-31T16:24:37Z")

</div>

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