Hi,
Here is my store - https://rb.gy/u0sest
In the footer, the social media icons for twitter and facebook, when you hover over them, you see ' text, how do I correct this so it looks proper?
Thank you.
Hi,
Here is my store - https://rb.gy/u0sest
In the footer, the social media icons for twitter and facebook, when you hover over them, you see ' text, how do I correct this so it looks proper?
Thank you.
@jinnypeace9 Can you share that footer code or file?
Hi @jinnypeace9
Just checked your store, In this case I think has a problem in your theme code. It generate HTML code instead of character as you want.
Please share the footer liquid code, then we can help you check and fix it.
Hi @jinnypeace9 You can try to replace with this
{% if settings.social_facebook_link != blank %}
- Facebook
{% endif %}
Iām using supply theme.
@jinnypeace9 Try this code.
{% if settings.social_facebook_link != blank %}
- Facebook
{% endif %}
Just to remove escape? I have to do this for all social medias.
Thank you, it works.