# 如何将菜单项移至下拉菜单

**URL:** https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393
**Category:** Support
**Created:** [2021年一月7日 16:29 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393 "2021-01-07T16:29:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![TheBaby5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thebaby5/32/178897_2.png) [@TheBaby5](https://meta.discourse.org/u/TheBaby5)
#### Post date: [2021年一月7日 16:29 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393/1 "2021-01-07T16:29:40Z")

</div>

如何将“我的帖子”、“新帖”、“未读”、“热门”、“分类”等外部菜单链接移至下拉菜单中？

> 或者，有没有办法直接从菜单中隐藏“分类”外部链接？因为我们只需要下拉菜单中的所有分类，而不需要外部的那个。

 ![image](https://global.discourse-cdn.com/meta/original/3X/1/e/1eaa56c8e1b402b644c7accd0b005c48f1547cdf.png)

---

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [2021年一月8日 10:35 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393/2 "2021-01-08T10:35:40Z")

</div>

如果您不希望显示这些链接，可以使用 CSS 将其隐藏：

```plaintext
#navigation-bar {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![TheBaby5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thebaby5/32/178897_2.png) [@TheBaby5](https://meta.discourse.org/u/TheBaby5)
#### Post date: [2021年一月8日 13:29 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393/3 "2021-01-08T13:29:00Z")

</div>

我不想只显示外部类别的链接！有没有办法隐藏那个特定的链接？

我曾用以下代码隐藏了类别和所有标签！

```
#ember48 {
    display: none;
}

#ember35 {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![osioke](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osioke/32/238946_2.png) [@osioke](https://meta.discourse.org/u/osioke)
#### Post date: [2021年一月8日 16:14 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393/4 "2021-01-08T16:14:07Z")

</div>

看看这个由 @jordan.vidrine 开发的 #Customization > Theme component，也许正是你需要的：[Compact Navigation](https://meta.discourse.org/t/discourse-compact-nav-component/172034)

---

<div class="post-metadata">

### Author: ![TheBaby5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thebaby5/32/178897_2.png) [@TheBaby5](https://meta.discourse.org/u/TheBaby5)
#### Post date: [2021年一月8日 17:50 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393/5 "2021-01-08T17:50:18Z")

</div>

非常感谢！❤

---

<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: [2021年二月7日 17:50 UTC](https://meta.discourse.org/t/how-to-move-menu-items-to-the-drop-down-menu/175393/6 "2021-02-07T17:50:35Z")

</div>

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