Taste theme - how to disable search pop up?

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?