Hello,
You can hide the description with adding the following to Desktop > CSS.
Boxes with Subcategories
.category-boxes {
.description {
display: none;
}
.subcategories {
margin-top: 1em;
}
}
Rows style
.categories-list {
.category {
.category-description {
display: none;
}
.subcategories {
margin-top: 0.5em;
}
}
}