Description
- Site uses Universal Filter Plugin
- Keep Search function
- Remove Filter Category/Tag/Sort…keep default Navigation bar
#1. First, use this code to Custom CSS box to remove Filter Plugin Category/Tag/Sort/Search
div.filterDropdown.name-Category, div.filterDropdown.name-Tags, .filterDropdown.name-Availability, .sortDropdown {
display: none !important;
}
Result
#2. Next, use this code to Custom CSS to restore default Category Navigation.
section.products.collection-content-wrapper.products-list .nested-category-tree-wrapper {
display: flex !important;
}
Result