I have sinced deleted the original search icon by deleting the code within the search snippet. I have created a new snippet that I created in the header.liquid file to render my new search bar…
Code here:
{% if search.performed %}
{% else %}
Submit
{% endif %}
I want to add a border to this search bar. Any suggestions?