//remove display notice
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
//remove default sorting drop-down from WooCommerce
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
I used this snippet to stop the display. It stops the result count displaying but not the catalog ordering display. What do I do to stop the catalog ordering display?
Thanks.
GeneratePress 2.2.2
GP Premium 1.7.8