Home › Forums › Basel support forum › Shop filter issue Shop filter issue This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 20, 2018 at 3:45 pm #78234 gfontainParticipant Hello, I just want to edit the text of the left filter and to remove the right filter… I tried to play with the widgets but I didn’t succeed. Thank you Attachments:You must be logged in to view attached files. September 20, 2018 at 5:32 pm #78246 Artem TemosKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register