Home › Forums › Basel support forum › Shop filter issue › Reply To: Shop filter issue
September 20, 2018 at 5:32 pm
#78246
Artem Temos
Keymaster
Hi,
Add the following code snippet to the functions.php file in your child theme to remove default price filter
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
As for the first one, it is a WordPress widget and there are no any options for it. But you can change its texts with Loco Translate plugin https://www.youtube.com/watch?v=SPBFxS7oX90
Regards