Footer

Posted in: Newsmag
Post count: 59

How do I remove the footer in just one page??

Post count: 6535

Hi

First step it’s to get the page id, like here: http://screencast.com/t/p4qI1XfZ9B
After that insert this css in theme panel > custom css:

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

But replaces id number with your ID.

Thanks!

Post count: 59

thank you so much!

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