How can I customize header and footer NOT TO SHOW for landing page

Posted in: Newsmag
Post count: 2

I want to create a landing page, where the header and footer won’t show up at all for these pages.
There seems to be options for this in Newspaper theme (from the screenshot in the forum), but I couldn’t find this for Newsmag. Can you please HELP..

Thanks,

Post count: 23312

Hi,

Unfortunately, that functionality is not valid for Newsmag, sorry! If you want to hide the header and the footer for your landing page, you need to use a bit of CSS code for that. You can provide your website with the exact URL where you want to have that landing page so I can provide a more accurate response.

Thank you!

Post count: 2

Hi Catalin,

Thanks for the reply. The page URL is on https://www.1001malam.com/travel/dari-malang-ke-bromo-fun-trip-experience/
I would like to make the header & the footer not displayed. Where can we put on the CSS? I meant through which settings?

Thanks,

Post count: 23312

Hi,

If you want to disable the header and the footer only for that page, you need to use the code below and place it in Theme panel -> Cusotm CSS area.

The code is ->

.page-id-3078 .td-footer-container, .page-id-3078 .td-sub-footer-container, .page-id-3078 .td-header-wrap {
display:none;
}

The result is here -> https://www.screencast.com/t/Z21s15Oi2s

Thank you!

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