Remove Social Media Icons From Ghost Blog Home Page

Remove Social Media Icons From Ghost Blog Home Page
Photo by Safar Safarov

Removing these social icons can be done by removing the Facebook and Twitter links from Settings → General → Social accounts. If you remove the links and save, the social icons will no longer appear.

OR

In Settings → Code Injection, add this text to the "Site header":

<style>
.gh-social {
        display: none;
    }
</style>

Ian Greer © . All rights reserved.