# 햄버거 메뉴에서 '키보드 단축키'와 '데스크톱 보기'를 숨기는 방법은?

**URL:** https://meta.discourse.org/t/how-can-i-hide-the-keyboard-shortcuts-and-the-desktop-view-from-the-hamburger-menu/142608
**Category:** Support
**Created:** [2월 25, 2020, 5:18오후 UTC](https://meta.discourse.org/t/how-can-i-hide-the-keyboard-shortcuts-and-the-desktop-view-from-the-hamburger-menu/142608 "2020-02-25T17:18:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![\_alejandro](https://avatars.discourse-cdn.com/v4/letter/_/958977/32.png) [@\_alejandro](https://meta.discourse.org/u/_alejandro)
#### Post date: [2월 25, 2020, 5:18오후 UTC](https://meta.discourse.org/t/how-can-i-hide-the-keyboard-shortcuts-and-the-desktop-view-from-the-hamburger-menu/142608/1 "2020-02-25T17:18:10Z")

</div>

햄버거 메뉴에서 "키보드 단축키"와 "데스크톱 보기"를 숨기는 방법은 무엇인가요?

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 25, 2020, 8:05오후 UTC](https://meta.discourse.org/t/how-can-i-hide-the-keyboard-shortcuts-and-the-desktop-view-from-the-hamburger-menu/142608/2 "2020-02-25T20:05:04Z")

</div>

이 CSS를 테마에 추가할 수 있습니다(`관리자 > 사용자 지정 > 테마`)

```scss
.panel {
  .keyboard-shortcuts-link,
  .mobile-toggle-link {
    display: none !important;
  }
}

```

---

<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월 26, 2020, 8:29오후 UTC](https://meta.discourse.org/t/how-can-i-hide-the-keyboard-shortcuts-and-the-desktop-view-from-the-hamburger-menu/142608/4 "2020-03-26T20:29:10Z")

</div>

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