How to Remove blurb under Category Name

Hi All,

Is there a way to remove or hide the blurb that shows up underneath the Category Name when users mouse over the ALL CATEGORIES drop down menu on the top left hand corner?

See screen shot below where I have the RED box. So in the example below, user will only see HOW TO then BUG etc without a description of what the category is about… thanks

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

@Don THANK YOU so much,will give the script a try.

1 Like

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