DAWN THEME - How to add social icons to header infront of cart icont?
My store URL is https://retrochic-socialbychantee.myshopify.com
password: 1
DAWN THEME - How to add social icons to header infront of cart icont?
My store URL is https://retrochic-socialbychantee.myshopify.com
password: 1
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
you can try the following
This code
{%- if settings.social_twitter_link != blank -%}
{%- render ‘icon-twitter’ -%}
{{ ‘general.social.links.twitter’ | t }}
{%- endif -%}
{%- if settings.social_facebook_link != blank -%}
{%- render ‘icon-facebook’ -%}
{{ ‘general.social.links.facebook’ | t }}
{%- endif -%}
{%- if settings.social_pinterest_link != blank -%}
{%- render ‘icon-pinterest’ -%}
{{ ‘general.social.links.pinterest’ | t }}
{%- endif -%}
{%- if settings.social_instagram_link != blank -%}
{%- render ‘icon-instagram’ -%}
{{ ‘general.social.links.instagram’ | t }}
{%- endif -%}
{%- if settings.social_tiktok_link != blank -%}
{%- render ‘icon-tiktok’ -%}
{{ ‘general.social.links.tiktok’ | t }}
{%- endif -%}
{%- if settings.social_tumblr_link != blank -%}
{%- render ‘icon-tumblr’ -%}
{{ ‘general.social.links.tumblr’ | t }}
{%- endif -%}
{%- if settings.social_snapchat_link != blank -%}
{%- render ‘icon-snapchat’ -%}
{{ ‘general.social.links.snapchat’ | t }}
{%- endif -%}
{%- if settings.social_youtube_link != blank -%}
{%- render ‘icon-youtube’ -%}
{{ ‘general.social.links.youtube’ | t }}
{%- endif -%}
{%- if settings.social_vimeo_link != blank -%}
{%- render ‘icon-vimeo’ -%}
{{ ‘general.social.links.vimeo’ | t }}
{%- endif -%}
Best Regards;
Pagefly
I tried this but nothing appeared
I found another solution