Removing: Latest

Posted in: Newspaper
Post count: 10

I need to know how to remove the filter on the category page.

See image:

http://www.ebiblia.com.br/latest-remove.jpg

Post count: 71

You can check out the settings on your Theme Panel> Categories

I am sure you can modify it to your taste.

Post count: 23312

Hello dirceufc,

Unfortunately, our theme does not have a setting to deactivate this feature from Theme panel. To achieve this, it is necessary to use a bit of Css to hide it. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/sHIMkwhG

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

The result you should see here: http://screencast.com/t/yZnSGqZto31

Hope this helps and let us know how it goes!

Thank you for the message!

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