remove menus

Posted in: Newsmag
Post count: 1

i need to start a new Blank Page
with no header or footer.
how do i remove them?

Post count: 35449

Hi clienttela,
Unfortunately, using the Newsmag theme the only option to hide the header and footer from a specific page or post it is to use a custom css, something like this -> https://i.imgur.com/gLyubH6.jpg the page id can be found here -> https://i.imgur.com/RenB02A.png
.page-id-334 .td-header-wrap, .page-id-334 .td-footer-container {
display: none;
}

This code need to be set in the theme panel > custom code> custom css.
Do not forget to change the page id with yours.
I hope it will help you!
Thank you!

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