Home Forums Basel support forum Hide Sort By and Price Filter in Shop Filter

Hide Sort By and Price Filter in Shop Filter

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

    Les
    Participant

    Hello,

    In the shop filter, how do I hide the default SORT BY and PRICE FILTER so only my custom menu ‘STYLE’ is showing?

    Thank you!

    #18895

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the functions.php file in the child theme to remove these filters

    add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );

    Regards

    #18898

    Les
    Participant

    That worked.

    Thank you!

    #18899

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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