Why isn't the search bar showing on mobile view?

Topic summary

A user reports that the search bar/icon is missing from their Shopify store’s mobile view and requests a solution.

Proposed Solution:
A community member provides troubleshooting steps:

  • Navigate to Shopify admin → Online Store → Themes
  • Select Actions → Edit code on the active theme
  • Locate the </body> tag in the theme.liquid file
  • Paste provided CSS code before the closing body tag
  • Save changes

Important Note:
The responder clarifies this solution may not work if the site is an app rather than a standard Shopify theme.

Status: The conversation appears to be awaiting confirmation from the original poster on whether the solution resolved the issue. The text contains some formatting irregularities that suggest encoding or display problems in the original thread.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Search bar/icon is not being displayed on mobile view, looking for a solutio.

Website is: https://thegalleriamontclair.com/

Thank you (:

1 Like

Hi @T8008

Is this an app?

If its an app possibilities this code ownt work. Check this one,

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!