Home › Forums › WoodMart support forum › Remove certain categories from search dropdown › Reply To: Remove certain categories from search dropdown
October 19, 2017 at 9:18 am
#22066
Artem Temos
Keymaster
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