hiii
I would like to add WhatsApp in homepage footer please help me
store url- https://5a3cf5-fc.myshopify.com/
check the screenshot
hiii
I would like to add WhatsApp in homepage footer please help me
store url- https://5a3cf5-fc.myshopify.com/
check the screenshot
Hi @ctal37
You can do that by following this instruction.
{%- if settings.social_youtube_link != blank -%}
{%- if settings.social_whatsapp_link != blank -%}
- Whatsapp
{%- endif -%}
"id": "social_instagram_link",
{
"type": "text",
Look like this
After that, you can add your WhatsApp icon by adding your WhatsApp link in Online Store > Themes > Customize > Theme settings > Social media
Hi @ctal37 ,
Go to Online Store > Themes.
Click on Actions next to your current theme and select Edit code.
In the code editor, find the social-icons.liquid file, which is typically located under the Snippets folder.
Inside the
-
Make sure to provide your WhatsApp link.
Now, your WhatsApp icon with a link should be visible in the footer of your homepage.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
hey @Dan-From-Ryviu , this icon is not looking the same as Instagram icon. the outlines are so thin bold like Instagram, also there’s so much space in bw both the icons I want the icons to be a bit closer. please help
Please update the code you added to social icons.liquid file to this
{%- if settings.social_whatsapp_link != blank -%}
- Whatsapp
{%- endif -%}
there’s space bw both the icons and one icon is a bit bigger how do I fix that
please tell me