This should work with your canvas or any other of the WooTheme themes. Paste this into your child theme’s style.css or use one of the many plugins available on WordPress.

Code:

.woocommerce_ordering, .woocommerce-ordering {
text-align: right;
display: none;
}

Have fun!