How to Edit Pull-down Filter in Category Pages?

Posted in: Newspaper
Post count: 28

Hi tagDiv,

I need help to edit the Pull-down Filter in the category pages. I am not using review on my blog so how can I disable the sort “By review score” in the list. I also want to change the background color from black to gray.

Screenshot: http://prntscr.com/izcoo2

Thanks!

Post count: 23312

Hello Jericho,

The theme does not have any such an option that allows you to disable only a By a review score from Category pages, sorry! You should use a bit of CSS code if you want to do this.
Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

The result is here -> https://www.screencast.com/t/08KPJFJyi

Thanks.

Post count: 28

Thanks, Catalin!

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