Hi there,
I would like to change the social icons that show on the header and footer.
I uploaded the images under files, but I can’t find where I should paste the URL in order for them the replace what we have now.
The website: https://partnerprogram.zeiss.ca/
Thanks,
1 Like
@Marionlesso
sorry for that issue let me know how do you have like icon?
1 Like
Hi there 
I would like very simple icons, I designed them on illustrator and export them as .png already.
I also uploaded them on the website under files.
Basically, it’s just that they have a background color (grey) and the icon is white. If there is a way to do it differently than linking the image URL into the code, I’m open to any solution 
1 Like
@Marionlesso
can you please confirm this
1 Like
Yes, this is what I would like to achieve except that I would like to have the background color: #4D4F53
Do you know if it’s also possible to change the order of the social icons? Have Facebook - Instagram - Twitter - Facebook - Youtube - Email
Thanks for your help, I greatly appreciate it.
1 Like
@Marionlesso
thanks for confirm can you please add this code your css file bottom of the file
.top_bar ul.social_icons a {
background: #4D4F53;
color: #fff;
padding: 5px;
}
.mini_cart, .top_bar [class*=" icon-"]:before, .top_bar [class^=icon-]:before {
vertical-align: middle;
}
yes can you please social media part code so i will update
1 Like
Hi,
Thanks, it worked.
I would like it to work for the footer as well.
Should I just replace the “block name” by .footer instead of top_bar (I’m trying to learn the logic)
“yes can you please social media part code so I will update” - I’m not sure what you mean by that?
Thanks again for your support.
1 Like
@Marionlesso
Yes, please add footer code
footer .social_icons a, footer .social_icons a:visited {
background: #fff;
padding: 5px;
}
[class*=" icon-"]:before, [class^=icon-]:before {vertical-align: middle;}
1 Like
Thanks, it worked as well.
I figured how to change the social icon’s order too.
1 Like
@Marionlesso
yes, please share social medic icon file so i will update
not this one can you please share your header section code
Hi,
Any idea why the background on the social media icons is not centered? Website