How to remove "Latest" drop down filter

Posted in: Newspaper
Post count: 25

How can you remove the “Latest” drop down filter I see on category pages?

Post count: 25

You see it here: http://demo.tagdiv.com/newspaper_sport/category/tagdiv-tennis/

Cant seem to find how to remove it.

Post count: 7909

Hi,

You can use this custom css in Theme Panel > Custom Css to hide it on all categories pages – http://screencast.com/t/WTxSKfs20

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

Thanks!

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