How to hide header, menu, footer on homepage

Posted in: Newspaper
Post count: 11

How can you hide the header, menus and footer on a specific page? (homepage). I just want it to be content. Thanks

Post count: 22421

Hello,

You can try to use this custom css in the theme panel->custom css box:
.home .td-header-wrap, .home .td-footer-wrapper, .home .td-sub-footer-container{
display:none;
}

Thank you!

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