Removing dropdown sort/display options in the category top posts grid

Posted in: Newspaper
Post count: 4

How do i remove the dropdown sort/display options in the category top posts grid? I want to get rid of options like “by rating” or “featured posts”

Post count: 23312

Hello RichardTHF,

Please try the code below and place it in Theme panel->Custom Css area like this:
http://screencast.com/t/XknkneB8acl3

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

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

Thank you for message!

Post count: 4

Thank you but sorry, I didn’t really explain myself very well.

Its not that i dont want the actual drop down menu, I want to remove a few options from the menu.

This is it currently, I just want to get rid of the circled ones

http://i64.tinypic.com/e0sv3c.png

Cheers
Rich

Post count: 23312

Hello RichardTHF,

Sorry! Please try the code below and place it in Theme panel.

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

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

Thank you for message!

Post count: 4

Brilliant thank you. I do really appreciate the help.

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