All things Shopify and commerce
Hey Everyone,
I just did the 15.2 update, and my social media icons CSS did not copy over. Any ideas?
Thank you kindly!
Hey @chrisc1987
Share your store URL and password if enabled.
Best Regards,
Moeed
Hi @chrisc1987
What do you mean, you want these icons to be smaller?
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
li.list-social__item svg {
width: 24px !important;
}
{% endstyle %}
Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.
Hi @DaisyVo
I would like to be able to resize them as I did before the update, using the custom CSS in the footer section. as it was before. but after the update, it removed the CSS code. not sure why.
HI @chrisc1987
it's hard to find the cause
but i have given the solution for shrinking icon size with the code above
If you still continue to search for the cause then i can only help you up to here
If you need any further correction, please let me know
Hi Chrisc1987
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
a.link.list-social__link {
height: 100px !important;
width: 100px !important;
}
svg.icon.icon-twitter,
svg.icon.icon-instagram,
svg.icon.icon-facebook {
height: 90px;
width: 90px;
}
Result:
Best,
Liz
Can you share the photo where you add the code?
You miss this code and save
This is Richard from PageFly - Shopify Page Builder App
Hi @chrisc1987 Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.link.list-social__link .icon.icon-facebook,
.link.list-social__link .icon.icon-instagram,
.link.list-social__link .icon.icon-twitter {
width: 60px !important;
height: 60px !important;
}
</style>
And here is result
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025