How to disable the last / most favourited / random box in category pages?

Posted in: Newspaper
Post count: 30

Hi, is it possible to disable the last / last week / most favourited / random … combo boxes on category pages?

thanks,
Tibor

Post count: 22421

Hello,
Unfortunately there is no way to disable it from the theme panel, but you can hide it with css if you want:
.td-category-pulldown-filter{
display:none!important;
}

Thanks.

Post count: 30

hello, it works fine, thanks!
Tibor

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