How to hide the category list ?

Posted in: Newspaper
Post count: 74

hii dear sir,

please tell us how to i hide this list of all category and how to show only those category which are under a parent category ? image :- https://www.screencast.com/t/MA6M8Gp2gu

Post count: 35449

Hi,

Those are some category siblings and those can not be sorted, sorry if you want to hide them all you can use a custom css
.td-category-siblings .entry-category {
display: none;
}

Thank you for your understanding!

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