Removing "By review score"

Posted in: Newspaper
Post count: 19

Hi,

how can i remove the “by review score” entry in the dropdown-menu at the top of the category pages?

regards,
roger

Post count: 35449

Hi,

The only way to do this is to add a custom css in Newspaper>Theme panel>Custom Code> Custom css
.td-pulldown-filter-display-option li:nth-child(5) {
display: none;
}

See resulstshttps://www.screencast.com/t/Vd62Z5zk

Thank you.

Post count: 19

thank you, worked instantly! 😉

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