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

website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
example:
https://vibes-theme.myshopify.com/
bloxpixie
is it possible to add the social media icons in footer to the header ( want them BOTH in footer and header)

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:
@media screen and (max-width: 768px) {
.header__social_icons_mobile {
display: none;
}
}
{%- render 'social-icons' -%}
We hope that it will work for you.