Search has disappeared

Not sure how this happened but since updating X my search icon has disappeared from my menu. Any clues?

followtheboat.com

Hi,

Please try to clear your plugin cache(Merge + Minify + Refresh), browser cache and systems cache(Under X > settings).

Then check again.

Thanks

Hi @paul.r

I’ve tried all of these and checked on three different browsers and nothing, I’m afraid.

Hello @demonboy,

Thanks for updating the thread. :slight_smile:

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. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.