I figured it out!
Add this to your functions.php file in your theme:
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
that should do the trick :)
I figured it out!
Add this to your functions.php file in your theme:
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
that should do the trick :)