Every the search bar is click, it pop up.
Store URL: https://theattitudeph.com/
Current:
What I want:
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?