Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable social media share function #248

Closed
PlanetDyna opened this issue Dec 23, 2022 · 1 comment
Closed

Disable social media share function #248

PlanetDyna opened this issue Dec 23, 2022 · 1 comment

Comments

@PlanetDyna
Copy link

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

@that-one-tom
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants