This topic has 6 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hi Support,
Is there a way for me to remove the product categories from the left side of the search bar on XStore? We have a big store and is causing us to have to many links on our pages.
Thanks and kind regards
Ryan
Hello,
You can add this custom CSS code:
.header-advanced .header-search.act-default select {
display: none;
}
Regards
Hi Rose,
I want to remove the links from my source code. Hiding with CSS will not help this. IS there a way to hook into it and disable to code?
Thanks
Hello,
In this case copy xstore/woosearchform.php file to your child theme and edit according to your needs http://prntscr.com/mu5rl8 .
Regards
Thank you 🙂
Hello,
You’re welcome!
Regards
The issue related to '‘Remove Product Categories from Search Bar | XStore’' has been successfully resolved, and the topic is now closed for further responses