eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.25k stars 597 forks source link

Remove Social Media Buttons #491

Closed charlies2022 closed 1 year ago

charlies2022 commented 1 year ago

Hi. I need to hide the social media buttons from my website for now. They are removed from the footer on the homepage, but they still show up in all posts in the top right. I found this for twiter:

I am still missing to hide Facebook, which I tried to replace the web address in the code before, but it doesn't work.

Thanks in advance. Regards.

ClassUnwind commented 1 year ago

Either duplicate the rule and replace the URL with https://www.facebook.com/, or use the following to hide all Share buttons:

<style>div.m-share a.m-icon-button { display: none; }</style>
eddiesigner commented 1 year ago

I will close this issue for now since the answer posted above is correct, please feel free to reopen it if needed.