Home › Forums › WoodMart support forum › Filter Filter This topic has 4 replies, 2 voices, and was last updated 6 years, 10 months ago by Elise Noromit. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 18, 2018 at 4:40 pm #77817 jnavarroParticipant Hi, i am using a plugin filter, because i want to filter automatically the items with stock (by size), how can i deactivate totally the filter? as you can check in the screenshot the woodmart filter still active Attachments:You must be logged in to view attached files. September 18, 2018 at 5:18 pm #77831 jnavarroParticipant i have added the following code to funcions add_filter( ‘basel_use_custom_price_widget’, ‘__return_false’, 10 ); add_filter( ‘basel_use_custom_order_widget’, ‘__return_false’, 10 ); remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 ); but still are showing the filter options selected 2 times (with the plugin filter, and with the woodmart filter) September 18, 2018 at 5:45 pm #77838 Elise NoromitMember Hello, Please add this code to the Theme settings > Custom CSS: .woodmart-active-filters{ display:none; } Best Regards September 18, 2018 at 6:02 pm #77839 jnavarroParticipant now it works! thanks 🙂 September 18, 2018 at 7:00 pm #77851 Elise NoromitMember You are welcome! If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register