Remove items from category dropdown

Posted in: Newspaper
Post count: 89

Hi,

On the category page, i am using category template 5.. how can i remove “featured posts” & “By review score” from the dropdown sort.

Thanks

Post count: 7909

Hi,

You can comment these filter options in the code – http://screencast.com/t/t3xYYRRYQ but please note that this change it will apply on all category templates.
If you want to do this only when you use template 5, you can hide them via custom css in Theme Panel > Custom Css – http://screencast.com/t/ybNbEMmk

.td_category_template_5 .td-pulldown-filter-list li:nth-child(2), .td_category_template_5 .td-pulldown-filter-list li:nth-child(5) {
display: none;
}

Thanks!

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