Raw2
1
Hi,
I’d like to change the icon to say “Login”. How can I do this?
@Raw2
Welcome to the shopify community, kindly share the store URL so I can have a look
and potentially provide you a solution.
Raw2
3
follow this path:
Themes => edit code => snippets => stie-nav.liquid
and change the code like this image
{{ 'layout.customer.log_in' | t }}
{%comment%}
{% include 'icon-user' %}
{%endcomment%}