Hi,
I would like to remove the “sort by” filters on my shop and category page but keep the the “display x products by page”
I tried this
div .product-sorting {display: none;}
But it removes both. Can you help?
Thanks!
Olivia
Hey oliviad!
Try this code:
div .product-sorting .sort-param-order, div .product-sorting .sort-param-sort {display: none;}
Best regards,
Peter
Awesome ! Thanks :)