How to remove share button from the product page ?
https://prnt.sc/rt21ti
Hi S,
We are sorry to say that it’s a theme default feature and it’s not removable.
Best Regards, ThemeLooks Support Team
Is it possible to hide ?
Yes, you could use the CSS below.
.product-details-content .product-share { display: none; }
Thanks for the support
much appreciated
You are welcome!