Could you please help me with that?
I’ve already removed the sorting option with:
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
display: none;}
And would really want to remove the page title, breadcrumps and ‘Showing 1-24 of 61 products”
I think I should search for it in the direction of
.woocommerce-page // something // { display: none;}
Thanks a lot!