zutrinken / attila

Ghost Theme
https://attila.peteramende.de/
MIT License
1.44k stars 575 forks source link

Disable social media share function #248

Closed PlanetDyna closed 6 months ago

PlanetDyna commented 1 year ago

Can you please tell me how to disable the social media share function?

that-one-tom commented 10 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:

image

After:

image

Hope this helps :)