Hey,
I want to hide the div withthe class .product-sorting from categorie sites.
How can i do this?
Best regards!
Hi webdesignIO!
Try adding this to your custom CSS,
.product-sorting { display: none !important; }
If that’s not working then send us a link and we’ll take a look.
Best regards,
Elliott