How to Remove blurb under Category Name

Hi there,


But I think if you really want to hide it to new users too then you can change Kris’s code to this.

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