Home Forums WoodMart support forum Product Filters Visual Compose Element Reply To: Product Filters Visual Compose Element

#197744

Hello,

No, it is not possible. The custom filters are only drop-down. You can disable ‘custom content’, remove the default widgets with custom CSS provided below, then add and configure the WOODMART WooCommerce Layered Nav to get what you want.

Please add this code to the Theme Settings > Custom CSS > Global:

#WOODMART_Widget_Price_Filter,
#WOODMART_Widget_Sorting{
display:none;
}

Best Regards