Home Forums WoodMart support forum Shop Filters Customize Reply To: Shop Filters Customize

#29075

Artem Temos
Keymaster

Hi,

1. You can disable our default filters by adding the following code snippet to the functions.php file in the child theme

add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 );
add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );

As for the shop title, it is a part of WooCommerce breadcrumbs and we can’t remove them.

2. Unfortunately, there is no quick solution for sticky filters at the moment. We will consider adding this option in our future updates.

Regards