Hi! How to add social buttons centered at the footer under our logo?
Website: https://plooshy.co
Thanks!
A user seeks help centering social media buttons in their footer on a Phoosly website. Two responses offer different solutions:
Solution 1 (Litos):
Solution 2 (BSS-Commerce):
.footer__social-list.unstyled-list.social-list { display: none !important; }Status: The discussion remains unresolved, as the original question about centering buttons hasn’t been directly addressed. BSS-Commerce’s solution removes icons entirely rather than repositioning them.
Hi! How to add social buttons centered at the footer under our logo?
Website: https://plooshy.co
Thanks!
Hi @Zoark ,
Please send me the code of footer.liquid file, I will check it for you
Hi @Zoark
Are these the social icons you want to remove?
To be able to hide them, you can follow some of these steps:
.footer__list-social.list-unstyled list-social {
display: none !important;
}
We hope that this can help you.