# 如何自定义下拉菜单

**URL:** https://meta.discourse.org/t/how-to-customise-the-dropdown-menu/205318
**Category:** Support
**Created:** [2021年十月6日 04:15 UTC](https://meta.discourse.org/t/how-to-customise-the-dropdown-menu/205318 "2021-10-06T04:15:10Z")
**Posts on this page:** 1
**Showing post:** 3

<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: [2021年十月6日 13:16 UTC](https://meta.discourse.org/t/how-to-customise-the-dropdown-menu/205318/3 "2021-10-06T13:16:55Z")

</div>

此主题组件可轻松地将链接添加到现有部分：

> [@Custom Hamburger Menu Links](https://meta.discourse.org/t/custom-hamburger-menu-links/87644):
>
> discourse2Summary Custom Hamburger Menu Links will allow you to easily add links to the hamburger menu.eyeglassesPreview [Preview on theme-creator.discourse.org](https://theme-creator.discourse.org/theme/awesomerobot/hamburger-links)hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-custom-hamburger-links](https://github.com/discourse/discourse-custom-hamburger-links)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Samples Desktop Mobile Settings You add links via comma delimited values in…

移除选项最简单的方法是使用 CSS 隐藏它们，例如：

```css
.hamburger-panel .top-topics-link {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-customise-the-dropdown-menu/205318)._
