Remove the sorting by on the store page and on the category pages
-
How can I remove the sorting by on the store page and on the category pages?
I used a snippet with the code:
remove_action (‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30);
but the sort remains
I’ve also removed the sorting by price using the add_filter snippet (‘woodmart_use_custom_price_widget’, ‘__return_false’, 10);
Also I would like to ask how to change the text in the filter placeholder.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
#WOODMART_Widget_Sorting{
display:none;
}
Best Regards
Thank you very much for the great technical support!
You are welcome! If you have any questions please feel free to contact us.
Best Regards