Delete Footer on only one page

Posted in: Newspaper
Post count: 26

Hi,

I want to remove the footer from appearing on my Subscribe page, as my footer also has a subscribe box. How can I achieve this?

Post count: 23312

Hello marshallgunnell,

You should use a bit of CSS code if you want to remove the Footer section for a certain page. You can provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks for your understanding!

Post count: 26

Hi Catalin,

Here’s the page on my website I want to remove the footer from.

https://www.supergeekreview.com/subscribe/

Post count: 23312

Hello marshallgunnell,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.page-id-134 .td-footer-wrapper {
display:none;
}
.page-id-134 .td-sub-footer-container {
display:none;
}

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

Thanks.

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