Adding Footer Social Icon To Header - Dawn Theme

is it possible to add the social media icons in footer to the header ( want them BOTH in footer and header)

hasanali1_4-1679599921142.png

website - https://the-style-luxe.myshopify.com/

password - reucho

thanks in advance!!

example:

https://vibes-theme.myshopify.com/

bloxpixie

Hi @hasanali1

Please follow these steps:

  • Step 1: Online store => Theme => Customize => Edit code

  • Step 2: Find this position (as shown below) and add the following code:
@media screen and (max-width: 768px) {
    .header__social_icons_mobile {
      display: none;
    }
  }


        {%- render 'social-icons' -%}
      

  • Here is the result:

We hope that it will work for you.