Shopify themes, liquid, logos, and UX
I have created a custom social media link on the footer next to the Instagram icon (see screenshot).
and I would like to have this custom social media link on the mobile navigation menu as well, currently it only shows the instagram icon (see screenshot)
is there any way I could add the custom social media link here? Thanks!!
Here is the URL: https://cloudixhealth.com/
Hey @matchyychin
Here are the steps to manually add the LINE link to your mobile menu:
{% if settings.social_instagram_link != blank %}
<a href="{{ settings.social_instagram_link }}" class="social-icon">
{% render 'icon-instagram' %}
</a>
{% endif %}
{% if settings.social_line_link != blank %}
<a href="{{ settings.social_line_link }}" class="social-icon">
{% render 'icon-line' %}
</a>
{% endif %}
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-line">
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
Please give a try at your end and if you need any help, just send us your collaborator code via DM or email. We’ll gladly make the necessary changes for you for free. Looking forward to assisting you! 😊
Cheers,
Shreya
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025