Remove dropdown on category pages

Posted in: Newspaper
Post count: 60

Is there a template style that does not have the dropdown to reorganize?
http://screencast.com/t/ge6VFp2o8Er

Or is there a way to remove it?

Thanks!!

Post count: 23312

Hello schindyguy,

The simplest way is to hide this feature is with a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/sFeqoY3tMFt

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

The result -> http://screencast.com/t/CILyFQI9k

If you want to remove this, it is necessary to alter the td_category_template.php, like this->
http://screencast.com/t/UWdGmBVAVodR

Hope this helps and let us know how it goes!

Thank you for the message!

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