Home › Forums › WoodMart support forum › Selected Category in search box Selected Category in search box This topic has 1 reply, 2 voices, and was last updated 4 years, 10 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 4, 2020 at 2:52 am #192023 bdcloudParticipant I have a few main categories and lots of subcategories. How can I show only the main Categories or the selected Categories in the search box? attached screenshot Attachments:You must be logged in to view attached files. May 4, 2020 at 6:59 am #192060 Aizaz Imtiaz AwanKeymaster Hello, I saw the screenshot you attached. Unfortunately, there is no option in theme settings available to show only main categories or selected in the categories dropdown. You can hide the categories you don’t want to display by using Custom CSS code. For example to hide a category with ID 73 use this code .search-by-category .cat-item-73 { display: none; } Best Regards. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register