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

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>