Archived topic
How to Hide Footer Widget on the Home, Category and Tag page?
3 replies · Started by Jericho on November 19, 2018
Hi GP Team,
I have ads on the footer widget that I want to show only on single posts and pages (about, contact, etc.) but hide the whole footer widget in the homepage, category page, and tag page.
Can you guys help me with some CSS code?
I managed to hide the whole footer widget on the homepage using the below code but not in the category and tag page.
.home .category, .footer-widgets {
display: none;
}
Thanks!
Hi there,
you can use the Layout Element to do that:
https://docs.generatepress.com/article/layout-element-overview/
Thanks, David!
You're welcome