Archived topic
Footer Widgets
4 replies · Started by Donny on January 3, 2017
Hi Tom,
I set the blog page to display 0 footer widgets but it is still displaying... How do I hide/disable the footer widgets in the blog page?
Hi Donny,
Metabox options don't actually work on index pages like the blog - it's a WordPress thing.
Try this CSS to hide footer widgets on blog and archive pages:
.blog .footer-widgets,
.archive .footer-widgets {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
You can also turn them off globally in the Customizer: https://docs.generatepress.com/article/footer-widgets/
I turned them off globally and it worked... Thank you!
Glad we can help!