How to remove Category Count in Search bar in peca theme?

i have seen category count in peca theme is there any way or feature in peca to remove category count in search form?

Hello @Anonymous_Facts

Our theme doesn’t have that feature yet but we can use css to hide it for you

how we can do this sir?

Hi,

You can try to use the CSS:

.tbay-search-form .select-category.input-group-addon {
    display: none;
}