Search box category removal
-
We do not want some categories to appear in the search box on our website, how can we ensure this?
Attachments:
You must be
logged in to view attached files.
Hello,
It is possible only with additional custom CSS to hide particular categories by ID field. For example to hide a category with ID 173 use this code.
Add the Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.search-by-category, .cat-item-173 {
display: none !important;
}
Best Regards.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Search box category removal’ is closed to new replies.