Search Bar Disappears with “Logo Center, Menu Bottom” Theme Setting

Hi everyone,

I’m working on customizing our Shopify store and ran into an issue where the search bar is now completely hidden. This happened right after I selected the “Logo Center, Menu Bottom” option for the header layout in the theme settings.

Since then, the search icon and functionality have both disappeared — it’s not visible on desktop or mobile.

Here’s what I’ve tried so far:

  • Checked the visibility settings in the theme editor.

  • Inspected the code and confirmed the search input is still in the DOM.

  • Looked through the CSS to see if it’s being hidden, but couldn’t find anything conclusive.

I’m using Veena theme, and the customizations were made directly in the theme editor. I haven’t made major manual code edits to the search section yet.

Has anyone else experienced this with the “Logo Center, Menu Bottom” layout? Any tips on how to bring the search bar back would be greatly appreciated!

Thanks in advance!

https://15nv2k-bu.myshopify.com/

Password: delta0525

1 Like

Hi @itstix .

It looks like the icon search is hidden by an added CSS rule. Here’s how to get the it back.

1: Go to Online StoreThemeEdit code
2: Search file base.css
3: Remove the following code from the bottom of the file → Save

.header__search {
display: none !important;
}

If done correctly, the result should be:

I hope this helps!

This worked perfectly, thank you so much!

Anytime! Glad I could help! :slightly_smiling_face: