Hello, newbie to Ghost here.
I was wondering if there was any way of removing the “Published with Ghost” on the Nurui theme? I know there was a previous post for the liebling theme, the solution isn’t working for this theme.
Please assist!
Hello, newbie to Ghost here.
I was wondering if there was any way of removing the “Published with Ghost” on the Nurui theme? I know there was a previous post for the liebling theme, the solution isn’t working for this theme.
Please assist!
Sure. If you type this into the code injection it should remove the footer from the bottom of the site.
<style>
.footer-copyright {
display: none;
}
</style>
If you just want to remove the “Published with Ghost” text, first find it in the hbs files. It’s in a class called footer-copyright. You can remove the “Published with” text and remove the hyperlink that says “Ghost” and it will keep the Nurui and “.All rights reserved” text in place. Then re-upload the theme file after saving the changes.