Hi,
I need a help to replace the icon below to text “Log in” and “Cart”
can someone help?
passcode: harubori
Hi,
I need a help to replace the icon below to text “Log in” and “Cart”
can someone help?
passcode: harubori
Hi @Eileen12 ,
To replace the icons, you have to change the snippet codes with the SVG code you have.
For Log in icon.
For Cart:
Hi, thank you for your fast response. How do I get SVG code? I do not have it.
I thought you have something to replace the icons. You can check this but I am not sure if they have free ones.
Does it have to be the icon? I literally want to write down the text “Log in” and “Cart”
It does not need to be an icon. Instead of the instructions above, follow this instructions below.
{% render 'icon-account' %}
{%- liquid
if cart == empty
render 'icon-cart-empty'
else
render 'icon-cart'
endif
-%}
I tried to replace
{% render ‘icon-account’ %}
to {% render ‘Log in’ %}
it does not work… Can you teach me exactly where I need to replace?
Oh. You replace the {% render ‘icon-account’ %} with “Log in.” Do not write the render, just text