Dawn Theme | Adding additional social media links on the footer > linkedn

Hello @parallelism23 ,

To resolve this issue, you can follow the below-provided steps.

Go to the Theme, Edit code, and search file name Social-icons.liquid

Now paste the below-provided code.

{%- if settings.social_linkedin_link != blank -%}

  • {%- render ‘icon-linkedin’ -%}

    Linked In

  • {%- endif -%}

    then go to the setting-schema.json

    and search " settings_schema.social-media.name"

    and paste the below schema:

    {

    “type”: “text”,

    “id”: “social_linkedin_link”,

    “label”: "Linked In "

    }

    Then save the file and check.

    Hope this resolves your issue. Let us know if you need any further help.

    All the best,

    CedCommerce

    1 Like