How do I hide the category descriptions in the pop-up window when creating a new topic?
i think this css should work in a theme component
.select-kit.combo-box.category-chooser .select-kit-row .category-desc {
display: none;
}
thanks Lilly

