Shopify themes, liquid, logos, and UX
Hi, my URL is https://a-lineage-story.myshopify.com/. Password is 'beckew'. I want to add an instagram button icon on the red circle where I have attached a photo. Does anyone know how to do this?
Solved! Go to the solution
This is an accepted solution.
1. Go to Actions -> Edit Code -> Sections -> header.liquid file.
2. Search for </nav>, and above that you'll find a </ul>.
3. Above that </ul> paste this code snippet.
<li class="site-nav__item site-nav__item--compressed">
<a href="{{ settings.social_instagram_link | escape }}" class="site-nav__link site-nav__link--icon">
<span class="icon-fallback-text">
<span class="icon icon-instagram" aria-hidden="true"></span>
</span>
</a>
</li>
It should look like this:
4. Save the file and reload your site. It should add the instagram icon at the top right of your cart.
Let me know if you face any problem doing that.
This is an accepted solution.
1. Go to Actions -> Edit Code -> Sections -> header.liquid file.
2. Search for </nav>, and above that you'll find a </ul>.
3. Above that </ul> paste this code snippet.
<li class="site-nav__item site-nav__item--compressed">
<a href="{{ settings.social_instagram_link | escape }}" class="site-nav__link site-nav__link--icon">
<span class="icon-fallback-text">
<span class="icon icon-instagram" aria-hidden="true"></span>
</span>
</a>
</li>
It should look like this:
4. Save the file and reload your site. It should add the instagram icon at the top right of your cart.
Let me know if you face any problem doing that.
Thank you!!
Hi, I'm using the Spotlight theme, and would like to do the same thing but I couldn't find this section in my header.liquid. I'm working on this site: https://loihirecords.com/
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