Archived topic
Footer widgets won't display
3 replies · Started by David on July 29, 2018
I'm mystified. I've added widgets to Footer 1 and Footer 2, but they're simply not displaying. I have Layout > Footer set to 5 widgets. Adding the widget to the sidebar works, but adding the widget to any other widget area — including footer widget areas — does not display. Any ideas?
Hi there,
It's because this CSS you've added:
#site-navigation, .site-footer {
display: none;
}
Footer widgets are included in the .site-footer class.
If you want to hide the navigation globally, the option is here:
https://docs.generatepress.com/article/navigation-location/
Thanks for the quick reply, Leo. I figured I'd done something dumb like that!
No problem :)