How to remove ads and footer from specific pages or posts

Posted in: Newspaper
Post count: 1

Hello.

I have tried to search the forum about this, but I can’t find it.

I have a specific page on my website where I don’t want to show ads and I want to remove the footer.

How can I do it?

Thank you.

Post count: 23312

Hello silvaim,

Unfortunately, the theme does not have any such an option for it but please notice that you can use a bit of CSS code to hide it, according to your desired page, after page ID. As an example, please use the following code, change the page ID with yours and place it in Theme panel -> Custom CSS area.

The code is ->

.page-id-13 .td-footer-wrapper{
display:none;
}
.page-id-13 .td-a-rec, .td-g-rec{
display:none;
}

The result is here -> https://www.screencast.com/t/LnRUVg306d

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.