Closed PlanetDyna closed 6 months ago
Hi @PlanetDyna, not sure if you're still looking for this, but to hide the sharing buttons, you can head to Settings > Advanced > Code injection and add the following code to the Site header section:
<style>
.post-share {
display: none;
}
</style>
Before:
After:
Hope this helps :)
Can you please tell me how to disable the social media share function?