In admin > settings, puoi cercare un’impostazione chiamata desktop category page style
Qualche CSS personalizzato dovrebbe farlo. Se vai su admin > customize > themes e edit CSS/HTML… aggiungendo questo alla sezione comune dovrebbe funzionare:
.categories-and-latest .category-description {
display: none;
}
Questa guida potrebbe anche aiutarti Making custom CSS changes on your site