How to hide sub categories

Posted in: Newspaper
Post count: 21

Hi,

How can I hide the subcategories (displayed under the category title) on the category page?

Thanks!

Jalo

Post count: 388

Theme Panel -> Custom CSS, and insert this:

.td-category-page-subcats {
  display: none !important;
  }
Post count: 21

Awesome TheMediumUTM !!

Thank you very much.

Jalo

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.