Re: How to remove social media icons that is not part of the theme

Solved

How to remove social media icons that is not part of the theme

smartysprouts
Visitor
2 0 0

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

 

smartysprouts_1-1713388925832.png

 

 

 

Accepted Solution (1)

AnneLuo
Shopify Partner
1299 228 266

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.

AnneLuo_0-1713423503216.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 5 (5)

AnneLuo
Shopify Partner
1299 228 266

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.

AnneLuo_0-1713423503216.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

smartysprouts
Visitor
2 0 0

This solved it. Thank you so much!!

AnneLuo
Shopify Partner
1299 228 266

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.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Peter36
Visitor
2 0 0

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

 

 Screenshot 2024-07-02 at 9.31.58 AM.png

AnneLuo
Shopify Partner
1299 228 266

It seems that you have successfully deleted it.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee