Shopify themes, liquid, logos, and UX
I wrote this code in "custom liquid" for my footer... I know its super basic but..
Why aren't these images showing up?
<ul class="page-width" style="list-style-type:none;font-size:12px;">
<li><img src="https://imgur.com/0HUGPNn" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="IG LINK" style="color:white">Instagram</a></li>
<li><img src="https://imgur.com/gDWKJHl" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="FACEBOOK LINK" style="color:white">Facebook</a></li>
<li><img src="https://imgur.com/VqsK3Qi" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="X LINK" style="color:white">Twitter</a></li>
</ul>
Solved! Go to the solution
This is an accepted solution.
Hey Ali,
You need to put the image files in the src, those are links to the webpage where the images is displayed! Right click and "copy image address". Additionally you can download the images and upload them onto Shopify and use the CDN links. That will be faster and will load more reliably!
Here this should work.
<ul class="page-width" style="list-style-type:none;font-size:12px;">
<li><img src="https://i.imgur.com/0HUGPNn.png" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="IG LINK" style="color:white">Instagram</a></li>
<li><img src="https://i.imgur.com/gDWKJHl.png" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="FACEBOOK LINK" style="color:white">Facebook</a></li>
<li><img src="https://i.imgur.com/VqsK3Qi.png" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="X LINK" style="color:white">Twitter</a></li>
</ul>
Happy coding!
This is an accepted solution.
Hey Ali,
You need to put the image files in the src, those are links to the webpage where the images is displayed! Right click and "copy image address". Additionally you can download the images and upload them onto Shopify and use the CDN links. That will be faster and will load more reliably!
Here this should work.
<ul class="page-width" style="list-style-type:none;font-size:12px;">
<li><img src="https://i.imgur.com/0HUGPNn.png" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="IG LINK" style="color:white">Instagram</a></li>
<li><img src="https://i.imgur.com/gDWKJHl.png" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="FACEBOOK LINK" style="color:white">Facebook</a></li>
<li><img src="https://i.imgur.com/VqsK3Qi.png" width="20px" style="vertical-align: middle; margin-right:10px;"><a href="X LINK" style="color:white">Twitter</a></li>
</ul>
Happy coding!
when i pasted your code in - worked. thanks very much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025