# 如何从UI中删除TOS和隐私设置？

**URL:** <https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202>\
**Category:** Support\
**Created:** [2024年九月26日 10:19 UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202 "2024-09-26T10:19:57Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)\
**Post date:** [2024年九月26日 10:44 UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202/2 "2024-09-26T10:44:14Z")

</div>

嘿 @brunall  
欢迎来到 Meta 👋

如果 `公司名称` 网站设置为空，标签会自动隐藏。

您还可以使用 CSS 隐藏“关于”页面顶部的链接：

```css
.nav-pills {
  .nav-item-tos,
  .nav-item-privacy {
    display: none;
  }
}

```

> [@Making custom CSS changes on your site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101):
>
> bookmark This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools. person_raising_hand Required user level: Administrator Summary This guide covers: A brief introduction to CSS and key concepts How to add CSS to your Discourse site using theme components Using browser inspection tools to find the right CSS selectors Understanding CSS basics C…

---

_[View the full topic](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202)._
