Hello,
I added this code to remove the sharing options in the products in style.css in the enfold child but it does not work.
Do you know why?
/*ci dessous supprime les liens de partage dans les produits*/
.single-product .av-share-link.av-social-link-reddit {
display: none;
}
.single-product .av-share-link.av-social-link-tumblr {
display: none;
}
.single-product .av-share-link.av-social-link-vk {
display: none;
}
Hi Audiolia!
Can you please create a temporary admin login and post it here privately so we can look into it?
Regards,
Yigit
Hi,
here access info ;)
Hi,
Thanks for the login details, please try this instead:
.single-product .av-share-box {
display:none !important;
}
Make sure to clear the cache from your caching plugin after adding the code.
Best regards,
Rikard
Thank you,
Finally it’s a browser cache problem!
Best reagrds
Hi,
Glad that it’s fixed :)
Best regards,
Nikko