To remove “Sort by” widget from filters area try to add this code snippet to the functions.php file in the child theme
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
Regards
To remove “Sort by” widget from filters area try to add this code snippet to the functions.php file in the child theme
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
Regards