Archived topic
Delete footer bar
7 replies · Started by Daniel on March 24, 2021
How do I delete the default footer bar?
I have tried adding the featured snippet from this answer https://docs.generatepress.com/article/changing-the-copyright-message/#removing-the-entire-footer-bar but it didn't do anything.
Hi there,
That script removes the default content of the element with class site-footer but it won't remove any block elements hooked to generate_before_footer_content.
I've check your site and the orange footer it has seems to be coming from a Block element hooked to generate_before_footer_content. Can you check?
The hook is currently set to generate_footer
Can you try removing that Block element?
Let us know how it goes.
Sorry, I want the orange footer to remain.
It's the white area below that that I want to go!
I would like the orange to be on the bottom of the page :)
Oh alright.
Do this instead:
Open the Block element with the orange footer.
Check the bottom of the container for any empty paragraph block. You can use the list view icon to check this: https://share.getcloudapp.com/d5u1lrQY
Remove these paragraph blocks as this can cause the empty space you're seeing.
That's all it was. Problem solved!
Thank you.
Nice one. Glad you got it sorted. :)