hello,
In categories page, I noticed there is a badge that shows how many unread and new topics are in a sub-category. Although I find it a very nice feature, in our case it makes a mess because in Persian language, unread translation is a meter long and I would like to remove/hide it.
I know that this can be hidden with CSS, probably something like this:
.subcategories span .badge{
display: none!important
}
But does it have a setting to disable it?