# 关于和指南的自定义页面——如何替换默认设置？

**URL:** https://meta.discourse.org/t/custom-pages-for-about-and-guidelines-how-to-replace-the-default/141774
**Category:** Support
**Created:** [2020年二月17日 07:21 UTC](https://meta.discourse.org/t/custom-pages-for-about-and-guidelines-how-to-replace-the-default/141774 "2020-02-17T07:21:03Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [2020年二月18日 02:31 UTC](https://meta.discourse.org/t/custom-pages-for-about-and-guidelines-how-to-replace-the-default/141774/2 "2020-02-18T02:31:38Z")

</div>

您可以使用 CSS 隐藏汉堡菜单中的现有链接

```
.menu-container-faq-link, .nav-item-faq, .nav-item-tos, .nav-item-guidelines {
    display: none;
}

```

然后添加自定义的汉堡菜单链接

> [@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…

---

_[View the full topic](https://meta.discourse.org/t/custom-pages-for-about-and-guidelines-how-to-replace-the-default/141774)._
