Hallo Itst this possibilities:
css:
.sort-param-order, .sort-param-sort {
display: none !important;
}
.product-sorting .currently-selected {
display: none !important;
}
.product-sorting {
display: none !important;
or:
.product-sorting .currently-selected {
display: none !important;
Then I test in function:
function bbloomer_remove_default_sorting_storefront() {
remove_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_catalog_ordering’, 10 );
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 10 );
}
nothing worked….
Thank You
Hey DianaFuetterer,
Could you please attach some screenshots of the issue?
Which pages should we be looking at? I did not find any products.
Best regards,
Victoria