# 能否移除新导航菜单标签中的文本？

**URL:** <https://meta.discourse.org/t/can-i-remove-the-text-from-the-tabs-of-the-new-navigation-menu/254056>\
**Category:** Development\
**Created:** [2023年二月4日 02:15 UTC](https://meta.discourse.org/t/can-i-remove-the-text-from-the-tabs-of-the-new-navigation-menu/254056 "2023-02-04T02:15:31Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)\
**Post date:** [2023年二月4日 13:22 UTC](https://meta.discourse.org/t/can-i-remove-the-text-from-the-tabs-of-the-new-navigation-menu/254056/4 "2023-02-04T13:22:47Z")

</div>

> [@awesomerobot](#):
>
> 启用新用户资料导航组

您可以使用以下 CSS：

```scss
.user-activity-page .nav-pills li span {
    display: none;
}

```

 ![image](https://global.discourse-cdn.com/meta/original/4X/5/e/e/5eecda566cc6f46a352b7988a54c5da754358e78.png)

这不会隐藏某些未被 `<span>` 包裹的文本，这些文本通常来自主题组件或插件。这些文本无法通过 CSS 定位。

---

_[View the full topic](https://meta.discourse.org/t/can-i-remove-the-text-from-the-tabs-of-the-new-navigation-menu/254056)._
