Tagged: Enfold Shop, product sorting
Hi guys,
Sorry, this is my second question of the day.
Could you please tell me how to remove “sort by Popularity” in the dropdown menu on the Enfold shop pages?
I tried a couple of plugins, but it seems that it’s hardcoded into the theme and those didn’t work. It’s an Amazon store I’m building, therefore no product sales are recorded by Woocommerce, so the popularity option doesn’t actually do anything. In fact, it’s worse because you just get a page without any products at all when you select it.
Thanks,
Paul
Hey Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .product-sorting ul ul li:nth-child(5) {
display: none;
}
Best regards,
Yigit
Thanks for your super-fast reply Yigit – that worked perfectly! :-)
~ Paul