Close
Type at least 1 character to search
Back to top

Awove

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!

Post a Comment