Dear Team. How do I remove the default footer on my Auden theme website.
Do you see where you have âPublishedâ highlighted? If you go one line up, youâll notice the opening <div>
tag. Delete everything within this opening <div>
and the closing </div>
but keep both the tags. That will remove it but be careful to notice if it breaks the layout somehow. I hope that helps.
Thanks I will try this. Do I use GitHub for this?
Iâm not sure of your current Ghost site and GitHub setup.
To edit your theme, you will need a text editor like VScode. Then, after saving the edits, you can re-upload it in your Ghost admin.
The file you want to edit is likely site-footer.hbs in the partials folder, and the block is a the end of the file.
Note that youâll need to merge your changes whenever you receive theme updates. To help with this I use Meld.
Thank you Martin. I spent a small age looking for it!
It still however unfortunately remains
Success. Many thanks*