How to turn off footer on one page? Please help, thanks

Posted in: Newspaper
Post count: 11

How to turn off footer on one page? I have default footer on all site. http://prntscr.com/o8cfzw
And on 1 page (page, not post) i need to turn off footer. How can i do it?
Thanks

Post count: 23312

Hi,

Unfortunately, the theme does not have any such an option that allows you to disable the footer for a specific page, sorry! In that case, if you want to achieve something like this, you will need to use a bit of custom CSS code and hide the footer section for a specific page, using the page ID. Here is a simple example -> https://www.screencast.com/t/DqPb7vnMnjJ Using this page ID, you will have to hide the footer like this ->

.page-id-310 .td-footer-container{
display:none;
}

Hope this helps!

Thank you!

Post count: 11

Great, thank you! And how to disable this footer menu on one page? This menu stays after adding code that you give to me
http://prntscr.com/o90lsl

Post count: 23312

Hi,

If you want to hide that section, you will need to include that class -> td-sub-footer-container because this is the sub footer section.

Thank you!

Post count: 11

Thank you very much

Post count: 76

Thank you for this CSS code. Very helpful.

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