Home Forums WoodMart support forum How to show only parent category in the search bar Reply To: How to show only parent category in the search bar

#203244

ionixcorp
Participant

Hello, if it is helpful for those who have the same problem and decide to hide the subcategories of the search bar located in the header, they can use the following code.

.search-by-category .children { display: none; }

add it to global custom css.

I hope it serves whoever needs it.