drop-down filter on category pages

Posted in: Newspaper
Post count: 159

Is there an option to disable the drop-down filter on category pages?

Post count: 22421

hello,
There is no setting for it unfortunately but it can be removed with css like so:
.td-category-pulldown-filter{
display:none!important;
}

Add the code in the theme panel – custom css box
Thank you!

Post count: 159

Thanks. Maybe a suggestion for further updates. 😉

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.