# How to remove Tos and privacy from ui?

**URL:** https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202
**Category:** Support
**Created:** [September 26, 2024, 10:19am UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202 "2024-09-26T10:19:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![brunall](https://avatars.discourse-cdn.com/v4/letter/b/c68b51/32.png) [@brunall](https://meta.discourse.org/u/brunall)
#### Post date: [September 26, 2024, 10:19am UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202/1 "2024-09-26T10:19:57Z")

</div>

Hi!

After setting up my self-hosted private Discourse forum, the TOS and Privacy tabs were automatically generated. However, they are misleading and not really applicable for my case. Is there an option to remove/hide them?

Thanks!

---

<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: [September 26, 2024, 10:44am UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202/2 "2024-09-26T10:44:14Z")

</div>

Hey @brunall  
Welcome to Meta 👋

The tabs are automatically hidden if the `company name` site setting is empty.

You can also hide the links at the top of the about page with 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)

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [September 26, 2024, 6:31pm UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202/3 "2024-09-26T18:31:27Z")

</div>

You can also optionally edit change them. Iirc they are located in the Staff Category.

---

<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: [October 26, 2024, 6:31pm UTC](https://meta.discourse.org/t/how-to-remove-tos-and-privacy-from-ui/328202/4 "2024-10-26T18:31:28Z")

</div>

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