Social Media Links to Header in Artisan Theme

Is there a way I can add social media links to the header in the Artisan Theme? It looks like this theme puts them down in the footer.

Website is https://pupsiclez.com/

Hello @paulas ,

Without editing the code it’s not possible. But if you know code then you can try to copy the code from footer template and use it in header template.
Alternatively contact the theme support.
Thanks

hii, @paulas
Do you want to like this??

Thank You.

1 Like

Yes, this would be great!

@paulas

Okk!

@paulas
Paste this code in the top of style.scss file.

@media only screen and (min-width: 992px) {
.footer__socialIcons.textAlign--left {
    position: relative !important;
    top: -1291% !important;
    left: 248% !important;
}
}

Thank You.

Hi,

I added it to the top of the styles.css.liquid file, but when I refresh the home page I see the icons appear where the banner image is before the banner images covers them. So it’s not displaying up near the Login link, and then being hidden by the banner image.

Any idea what I could be doing wrong?

Thanks for your help.

I’m surprised with the answer: how can anyone suggest a solution greater than 100 or -100 ?
@paulas Have you ever heard that we can get 101% when we all know the universal total is 100% ?