This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp
Hi,
Currently I am using my site as a catalog. None products have a price.
Is there an easy way to hide products sort pull down selection or at least remove sort “by price” options.
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.filter-wrap .woocommerce-ordering {
display: none;
}
Regards,
Eva Kemp.
Tagged: dropdown, modification, order, product, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up