Remove certain categories from search dropdown
-
Hi,
Is there any way to remove specific categories from the search bar dropdown but still have it search these for results when All Categories is selected?
Hello,
It is possible only with additional custom CSS to hide particular categories by ID field. For example to hide a category with ID 73
use this code
.search-by-category .cat-item-73 { display: none; }
PS. Your website looks very nice and clean. May we use it for our showcase on ThemeForest and our website home page?
Thank you