Home Forums Basel support forum How do remove "Sort By" and "Price Filter"?

How do remove "Sort By" and "Price Filter"?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59071

    referencedigital
    Participant

    I have two filters showing in my shop filter section that aren’t in any of my widgets.

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

    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

    #60343

    referencedigital
    Participant

    Thank you. Is there a way to remove/change the appearance of this drop down?

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

    Hello,

    This is WooCommerce functionality. Our theme does not influence this. Please read this information, perhaps you will be able to solve the issue: https://businessbloomer.com/woocommerce-remove-default-sorting-dropdown/

    Best Regards

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