Blank page

Posted in: Newsmag
Post count: 1

Hi, I would like to make “empty” page without header and footer, just some custom html.
Please advice.

Post count: 23312

Hello adnanp,

If you want to have a landing page, without header and footer section, you should use a bit of CSS code to hide them. Also, you should use the page ID for this type of page. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

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

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

Thanks for your understanding!

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