Hi,
Please can someone help me remove this ‘share via whatsapp’ icon and wording from each of my product listings on my site?
It currently looks like this:
Please message me privately for my url.
Thanks
Hi,
Please can someone help me remove this ‘share via whatsapp’ icon and wording from each of my product listings on my site?
It currently looks like this:
Please message me privately for my url.
Thanks
Messaged u privately
Hello @mbhlg ,
Please share your store URL.
U can find this a element in your code by searching for the classes that it has and then either delete it completely, or give it a class with display: none; . If you dont know how to do this I can send u request to access to store code and Ill do the simple change quickly myself. Either answer me here yes, or dm me if you are interested in that.
Send me a private message, then I can review it
this is the solution
hi, please add this css to the very end of your theme.css file and check
ul.social-sharing {
display: none;
visibility: hidden;
}