Home › Forums › Support › Widgets bottom of page This topic has 3 replies, 2 voices, and was last updated 6 years, 4 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 26, 2016 at 6:08 am #229536 Philippe Hello again, Another concern when I removed the footer widgets on the blog page, there is still posted. what can I do. thank you, Philippe September 26, 2016 at 8:53 am #229572 TomLead Developer Lead Developer The blog page ignores any metabox changes – this is a WordPress limitation. You can do it using CSS in this case: .blog .footer-widgets { display: none; } If you want to remove it from the blog and archive pages (categories, archives etc..): .blog .footer-widgets, .archive .footer-widgets { display: none; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 26, 2016 at 9:22 am #229584 Philippe The CSS works fine thank you, and congratulations it’s a beautiful baby! September 26, 2016 at 9:24 am #229585 TomLead Developer Lead Developer Thank you! 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In