Hi! May you also help me on my page, I also wanted it to show this way, not just a magnifying glass, but a full search bar that is visible just like the one below. I don’t know where to start, but I do have the header search liquid code.
{% comment %}
Renders a header search modal. Should be used with ‘header.liquid’
Accepts:
- input_id: {String} Id for the search input element (required)
Usage:
{% render ‘header-search’, input_id: ‘My-Id’%}
{% endcomment %}
{%- if settings.predictive_search_enabled -%}
{%- endif -%}
