is it possible to add the social media icons in footer to the 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
website - https://the-style-luxe.myshopify.com/
password - reucho
thanks in advance!!
example:
https://vibes-theme.myshopify.com/
bloxpixie
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
position: relative;
}
ul.footer__list-social.list-unstyled.list-social {
position: absolute;
top: 110px;
right: 415px;
z-index: 99999999;
}
a.link.list-social__link {
color:#fff;
}
Hi thanks for this! it worked but they disappeared from the footer. is there a way to keep them both in header and footer?