Every the search bar is click, it pop up.
Store URL: https://theattitudeph.com/
Current:
What I want:
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:
header_enable_search settingsCurrent Status:
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 %}
which part of the theme should I add it?