How do remove "Sort By" and "Price Filter"?
-
I have two filters showing in my shop filter section that aren’t in any of my widgets.
Attachments:
You must be
logged in to view attached files.
Hi,
Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
Regards
Thank you. Is there a way to remove/change the appearance of this drop down?
Attachments:
You must be
logged in to view attached files.
Hello,
This is WooCommerce functionality. Our theme does not influence this. Please read this information, perhaps you will be able to solve the issue: https://businessbloomer.com/woocommerce-remove-default-sorting-dropdown/
Best Regards