sub categories displaying on mobile

Posted in: Newspaper
Post count: 40

Sub-categories are currently displaying on mobile device. These aren’t categories that are selected to be displayed. Is there a way to remove this through the theme? http://cld.publisherdesk.com/2a250v2n1K2L

Post count: 20688

That is a category page, sub-categories will be displayed on a category page
https://demo.tagdiv.com/newspaper/category/tagdiv-fashion/
One way of not displaying specific categories on a category page is to hide theme with this option
https://www.screencast.com/t/JaWZC1da
Or you could remove them with CSS for mobile theme only, with such a code in Theme panel->Mobile theme->Custom CSS

.category .td-category-siblings {
display: none;
}

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