如何移除分类名称下的简介

大家好,

有没有办法删除或隐藏当用户将鼠标悬停在左上角的“所有类别”下拉菜单中的“类别名称”下方时显示的简介?

请参见下面的屏幕截图,其中我用红色框标出了。因此,在下面的示例中,用户只会看到“HOW TO”,然后是“BUG”等,而没有关于该类别内容的描述……谢谢

您好,


但我认为,如果你真的想对新用户也隐藏它,那么你可以将 Kris 的代码更改为这个。

<script type="text/discourse-plugin" version="0.8">
api.modifyClass("component:category-drop", {
  pluginId: "category-dropdown-description",
  displayCategoryDescription: false,
});
</script>
5 个赞

@Don 非常感谢,我会试试这个脚本。

1 个赞

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