Hide description in subcategory boxes

Is it possible to remove the description for the subcategory banners?

In the example below, only “Clinical Leads” would be visible. I could use display:none, but the data is still loading. Thank you.

2 Likes

Hi Brandon :slight_smile:

CSS would be the way to go. The description is loaded anyway as you pointed out, and I believe even overwriting the template wouldn’t change the request’s content.
It probably couldn’t be changed without writing a plugin, which would be overkill.

That said, from a performance perspective, returning the descriptions or not is negligible.

1 Like

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