Tagged: sort by, woocommerce
Hi there,
I’m trying to find a solution to remove the sort by “popularity” option in the sort by dropdown on woocommerce, here’s the link:
https://www.emilyshouselondon.com/shop/
I’ve tried all google search answers including PHP code to add to functions, plugins etc and to no avail!
Any ideas?
Cheers!
Hey Lol5tar,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color .sort-param a[href="?product_sort=asc&product_order=popularity"] {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria