Remove default sorting dropdown from WooCommerce
This should work with your canvas or any other of the WooTheme themes. Simply paste this into your child theme's style.css or using one of the many plugins available on WordPress. Code: .woocommerce_ordering, .woocommerce-ordering { text-align: right; display: none; } Have fun!