Home Forums WoodMart support forum Category Product Filter Reply To: Category Product Filter

#167020

geonolis
Participant

1)No, the theme filter element with “Filter Categories” on your demo https://woodmart.xtemos.com/product-category/clocks/demo/travel/?demo=travel&filter_brand=magisso&query_type_brand=or&min_price=5&max_price=6020 does not reset the other filters. I just want to have this functionality at the sidebar. Can you make a category filter widget working like the category filter element ? Can you propose something else?

2)If I set the “Show labels” option to “OFF” then the labels are hidden together with the product count. But I want to keep the labels and hide only the product count. I finally managed to do it adding:

.woodmart-woocommerce-layered-nav .count {
    visibility: hidden;
}

It would be nice though to have such an option at the widget.
Thank you.