Shopify themes, liquid, logos, and UX
Hi,
I am struggling to figure out how to remove this social media icons on my website, I already contacted the theme developer and they told me that it's not part of theme and I may have downloaded an app. I already checked the apps I downloaded and none of them is related to social media. Please let me know how to get this resolved, thank you. Website: smartysprouts.us
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag
<style>
.wsg-follow{
display: none !important;
}
</style>
After modification, it will be removed from the page.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code to the head tag
<style>
.wsg-follow{
display: none !important;
}
</style>
After modification, it will be removed from the page.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This solved it. Thank you so much!!
Thank you for your reply. I'm glad to hear that the solution worked well for you.
If you require any more help, please don't hesitate to reach out.
Hello,
I am having a similar problem but this didnt seem to work for me. I have what I think is a third party app called SUMOME that puts the same social media share icons across every image in my website just like the images in the original post of this thread. I would like to just remove / delete these share icons from popping up everywhere on the images of my website. Any help would be greatly appreciated.
Thanks
It seems that you have successfully deleted it.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025