Not sure how this happened but since updating X my search icon has disappeared from my menu. Any clues?
Hi,
Please try to clear your plugin cache(Merge + Minify + Refresh), browser cache and systems cache(Under X > settings).
Then check again.
Thanks
Hello @demonboy,
Thanks for updating the thread. 
Search icon is not showing up because of a custom CSS code that you have added. Here’s the CSS code that you need to remove.
body[class *= "woocommerce"] .x-menu-item-search {
display: none;
}
You can take a look at following screencast to learn more.

Thanks.
Thanks for the reply and thanks for spotting that. It’s strange because I don’t remember ever removing the search function, but there it is. Cheers!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.