Taste theme - how to disable search pop up?

Topic summary

A user is seeking to disable the search pop-up feature in Shopify’s Taste theme. Currently, clicking the search bar triggers a pop-up overlay, but they want a simpler inline search experience instead.

Proposed Solution:

  • Another user suggests commenting out or removing a specific code block in the theme files
  • The solution involves modifying JavaScript code related to header_enable_search settings

Current Status:

  • The original poster is asking for clarification on which theme file to edit and where exactly to add the suggested code modifications
  • The discussion remains open with the implementation details still being worked out
Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Every the search bar is click, it pop up.

Store URL: https://theattitudeph.com/

Current:

What I want:

To disable the search pop-up, you can comment out or remove the code block mentioned in the step

For example, you can modify it like this:

{% comment %}
{% if settings.header_enable_search %}
  
    
  

{% endif %}
{% endcomment %}
​
1 Like

which part of the theme should I add it?