# 상자형 카테고리 목록 위에 섹션 추가하기

**URL:** https://meta.discourse.org/t/adding-a-section-above-the-boxed-categories-list/218181
**Category:** Support
**Created:** [2월 11, 2022, 7:07오전 UTC](https://meta.discourse.org/t/adding-a-section-above-the-boxed-categories-list/218181 "2022-02-11T07:07:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![f1r4s](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/f1r4s/32/245347_2.png) [@f1r4s](https://meta.discourse.org/u/f1r4s)
#### Post date: [2월 11, 2022, 7:07오전 UTC](https://meta.discourse.org/t/adding-a-section-above-the-boxed-categories-list/218181/1 "2022-02-11T07:07:35Z")

</div>

> [@tshenry](#):
>
> 서브카테고리가 있는 상자

상자 카테고리 위에 최신 뉴스를 추가할 방법이 있을까요? 디스코urs 인터페이스 스타일을 변경하는 것이 좋은 아이디어일 것 같습니다…

---

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [2월 14, 2022, 9:29오후 UTC](https://meta.discourse.org/t/adding-a-section-above-the-boxed-categories-list/218181/2 "2022-02-14T21:29:13Z")

</div>

이 질문은 카테고리 미리보기(Category Previews) 범위를 벗어나므로, 별도의 주제로 이동했습니다.

플러그인 아웃렛(plugin outlet)을 사용하여 박스형 카테고리 목록 위에 콘텐츠를 추가할 수 있습니다. 예를 들어, 테마/컴포넌트의 “Head” 섹션에 다음 내용을 추가할 수 있습니다:

```plaintext
<script type="text/x-handlebars" data-template-name="/connectors/above-discovery-categories/custom-category-section">
    This text appears above the category list.
</script>

```

그렇게 하면 다음과 같은 결과가 생성됩니다:

 ![Screen Shot 2022-02-14 at 1.27.46 PM](https://global.discourse-cdn.com/meta/original/3X/e/c/ec33ce8e8f5395704ed357367f3f8a4608580b9a.jpeg)

물론 원하는 대로 HTML/CSS를 추가하여 보기 좋게 만들 수 있습니다.

---

<div class="post-metadata">

### Author: ![f1r4s](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/f1r4s/32/245347_2.png) [@f1r4s](https://meta.discourse.org/u/f1r4s)
#### Post date: [2월 15, 2022, 6:04오전 UTC](https://meta.discourse.org/t/adding-a-section-above-the-boxed-categories-list/218181/3 "2022-02-15T06:04:23Z")

</div>

감사합니다. 하지만 저는 CSS 전문가가 아니어서, 최신 뉴스를 카테고리 위에 분리해서 표시할 수 있는 플러그인이 있다면 사용하면 좋겠습니다. 저뿐 아니라 다른 초보자들도 마찬가지일 텐데요.

---

<div class="post-metadata">

### Author: ![f1r4s](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/f1r4s/32/245347_2.png) [@f1r4s](https://meta.discourse.org/u/f1r4s)
#### Post date: [2월 16, 2022, 6:23오후 UTC](https://meta.discourse.org/t/adding-a-section-above-the-boxed-categories-list/218181/4 "2022-02-16T18:23:38Z")

</div>

@tshenry 검색 텍스트의 폰트와 푸터 색상을 "모바일"에서만 변경하려면 컴포넌트에 어떤 코드를 추가해야 하는지 가능한가요?

 ![7310f019-61ed-4b38-981f-03e73e478302](https://global.discourse-cdn.com/meta/original/3X/f/8/f84e9a813eba16197d2e407c3be252a1facabfaa.jpeg)  
 ![181d2f20-91c2-48f2-9830-b4b7f7218f57](https://global.discourse-cdn.com/meta/original/3X/d/d/dd7427383a2c4493593253f9aef229ff84453e3d.jpeg)

감사합니다
