Can I remove the share icon from my Shopify product section?

MLG0810
Excursionist
65 1 8

i cant seem to find the code to remove the share this icon on products. i wanted to add a proper social share this code but no one has helped at all so added a social share app instead which works but now i want to remove the icon of the share this in the products section. any assistance would be appreciated. i am in the main product liquid section right now and can't seem to find a way to remove it. thanks! 

Replies 5 (5)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL and  Screenshot.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

PageFly-Victor
Shopify Partner
7865 1785 3050

Hi @MLG0810 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at top of the file -> Save

 

button.share-button__button {

    display: none;

}

PageFlyVictor_0-1670580310761.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

solverStaff
Shopify Expert
359 40 69

Please remove that app

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797

GemPages
Shopify Partner
5588 1261 1203

Hello @MLG0810 

 

It's GemPages support team and glad to support you today.

To provide you with the most precise solution in this case/ To make sure we catch your meaning right, could you please share... link? Thank you and hope to hear from you

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

GemPages
Shopify Partner
5588 1261 1203

@MLG0810 

 

I would like to give you a solution to support you:

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file

3. Paste the below code before </body>:

 

 

<style>
  body[aco-theme-page="products"] share-button.share-button{
    display: none !important;
  }
</style>

 

 

Apply only product page.

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center