Site logo

Archived topic

Footer Widgets

4 replies · Started by Donny on January 3, 2017

Viewing posts 1–5 of 5

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.

I turned them off globally and it worked... Thank you!

Glad we can help!

This archived topic is closed to new replies.