Site logo

Archived topic

How to Hide Footer Widget on the Home, Category and Tag page?

3 replies · Started by Jericho on November 19, 2018

Viewing posts 1–4 of 4

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!

Thanks, David!

You're welcome

This archived topic is closed to new replies.