Comments 3koma started the conversationMarch 29, 2021 at 9:18pmI love the elegant filtering feature on the product archives pages but how can we disable the filtering by price slider?It's not really appropriate in our case and displaying it just adds extra cruft and bloat to the user experience - it actually gets in the way.We also don't need to filter by sizes, but we may want to filter by colour.I couldn't see any granular control for this. 2,962Andrew repliedMarch 30, 2021 at 5:31amHi Koma,Please send your website url so that we can provide css for what's possible.Thanks. koma replied privately 2,962Andrew repliedMarch 30, 2021 at 7:59amHi Koma,Please try this css to remove the filters. div#woocommerce_price_filter-2 { display: none;} div#woocommerce_layered_nav-3 { display: none;}For the color filter please look into this article that provides more context:https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-attributes/.Thanks.1 Like 3koma repliedMarch 30, 2021 at 8:10amHi Andrew,Thanks for the link.I see that your theme has a widget area for the Woo sidebar and just added filtering by colour which works.I guess I can control which filters to show or not in the widget area? 2,962Andrew repliedMarch 30, 2021 at 8:12amHi Koma,Yes you can use the widget as well.Thanks.1 Like Sign in to reply ...
I love the elegant filtering feature on the product archives pages but how can we disable the filtering by price slider?
It's not really appropriate in our case and displaying it just adds extra cruft and bloat to the user experience - it actually gets in the way.
We also don't need to filter by sizes, but we may want to filter by colour.
I couldn't see any granular control for this.
Hi Koma,
Please send your website url so that we can provide css for what's possible.
Thanks.
Hi Koma,
Please try this css to remove the filters.
For the color filter please look into this article that provides more context:https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-attributes/.
Thanks.
Hi Andrew,
Thanks for the link.
I see that your theme has a widget area for the Woo sidebar and just added filtering by colour which works.
I guess I can control which filters to show or not in the widget area?
Hi Koma,
Yes you can use the widget as well.
Thanks.