Home › Forums › WoodMart support forum › Product Filters Visual Compose Element › Reply To: Product Filters Visual Compose Element
May 25, 2020 at 1:17 pm
#197744

Elise Noromit
Member
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