Home Forums WoodMart support forum Selected Category in search box Reply To: Selected Category in search box

#192060

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.