# 隐藏主菜单上的描述

**URL:** <https://meta.discourse.org/t/hiding-description-on-main-menu/369629>\
**Category:** Support\
**Created:** [2025年六月10日 21:42 UTC](https://meta.discourse.org/t/hiding-description-on-main-menu/369629 "2025-06-10T21:42:22Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [2025年六月11日 19:18 UTC](https://meta.discourse.org/t/hiding-description-on-main-menu/369629/3 "2025-06-11T19:18:48Z")

</div>

在此处使用行样式 CSS：

> [@How hide description category in Subcategory List Style (Boxs, Rows,...)](https://meta.discourse.org/t/how-hide-description-category-in-subcategory-list-style-boxs-rows/254107/2?u=lilly):
>
> Hello, You can hide the description with adding the following to Desktop \> CSS. slightly_smiling_face Boxes with Subcategories .category-boxes { .description { display: none; } .subcategories { margin-top: 1em; } } Rows style .categories-list { .category { .category-description { display: none; } .subcategories { margin-top: 0.5em; } } }

---

_[View the full topic](https://meta.discourse.org/t/hiding-description-on-main-menu/369629)._
