Hide header and footer in a single page

Posted in: Newsmag
Post count: 22

hi
is it possible to hide header and footer in a single page?
we want to build a simple landing page…

thanks

Post count: 35449

Hi,
Unfortunately there is no option for this, but if you want I can provide a css code that can remove the header and footer for a page, just provide a link to that page and I will help you with the code.
Thank you!

Post count: 22

hi Calin, thanks
is it possible here (https://www.greenplanner.it/regalare-green-planner-2020/) having just the central contents?

no header, breadcrumb, footer? thanks
Paolo

Post count: 35449

Hi,
Here is how should look -> https://i.imgur.com/xpxyxIU.png the code is this one
.page-id-4643 .td-header-wrap, .page-id-4643 .td-footer-container { display: none; }
You need to set it in theme panel> custom code> custom css.
Hope it will help you!

Post count: 22

thanks Calin
very much appreciated
Paolo

Post count: 19

hi
is it possible to hide header for me in this page: https://kythera.news/new-deal/ ?
(I want to hide logo, menu and ad)
Can you give me the code?

Best,

Post count: 35449

Hi kappagram,
If this is what you need -> https://i.imgur.com/2MmRFke.png
Set the code
.page-id-11309 .td-header-style-3 .td-banner-wrap-full, .page-id-11309 .td-header-style-3 .td-header-menu-wrap-full { display: none; }
In theme panel> custom code> custom css.
Hope it will help!

Post count: 19

Exactly! Thanks too much!!!

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