Remove the "Powered by Ghost" Tag on a Ghost Blog

How to remove the "Powered by Ghost" tag at the bottom of your website

Remove the "Powered by Ghost" Tag on a Ghost Blog
Photo by Ilya Pavlov

How to remove the "Powered by Ghost" tag at the bottom of your website

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

<style>
footer div div {
    display: none;
}
</style>

Ian Greer © . All rights reserved.