Hide header and footer

Posted in: Newspaper
Post count: 50

Hello I want to create a landing page with your theme and I need to completely hide the header, footer and menu from a specific page (not the whole website).

I have found this post here: https://forum.tagdiv.com/topic/landing-page/

But it didn’t help me very much.

Can you elaborate a bit more please on the code I need to use?

I cannot really understand it.

Post count: 23312

Hello skyscorcher,

If you want to hide the header, footer and the menu from a specific page you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area. In order to achieve that, you have to target the specific page by page ID -> http://screencast.com/t/24db8sX41

.page-id-39 .td-header-wrap, .page-id-39 .td-footer-wrapper {
display:none!important;
}

Hope this helps!

Thank you for the message!

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