hi
is it possible to hide header and footer in a single page?
we want to build a simple landing page…
thanks
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
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!
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,
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!