Home Forums Basel support forum Shop filter issue

Shop filter issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78234

    gfontain
    Participant

    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.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)