Home Forums Basel support forum To remove the default filters

To remove the default filters

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #30694

    lelikletter
    Participant

    Hi, how can I remove the default filter in the “Shop filters”.
    display: none; is not suitable, it turns out like this: https://yadi.sk/i/h0zuAvwa3R3GuL

    Attachments:
    You must be logged in to view attached files.
    #30715

    Artem Temos
    Keymaster

    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

    #30727

    lelikletter
    Participant

    thank you

    #30730

    Artem Temos
    Keymaster

    You are welcome!

    #30733

    lelikletter
    Participant

    In the same way you can remove the “Share…” ???

    Attachments:
    You must be logged in to view attached files.
    #30737

    Artem Temos
    Keymaster

    You can remove them in Theme Settings -> Product page.

    Regards

    #30775

    lelikletter
    Participant

    thanks

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

The topic ‘To remove the default filters’ is closed to new replies.