CATEGORY PULL-DOWN FILTER

Posted in: Newspaper
Post count: 494

Hi, isn’t there a way to enable the CATEGORY PULL-DOWN FILTER for some categories and to hide it for some other ones?

Post count: 20688

Hi,

By the current theme settings it is not. It can only be enabled or disabled in general. You could leave it enabled and simply hide it for the categories you do not want it to display, based on the category ID. Like in this example
https://www.screencast.com/t/RvwgLd7Ero

.category-1827 .td-category-pulldown-filter {
display: none;
}

Or maybe edit the category templates, and remove it from the code from the code, based on category template used
https://www.screencast.com/t/Qj45UmxU

Thanks

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