remove header

Posted in: Newsmag
Post count: 54

Hi,
i want to make a page without header and footer. I need this to makea landing page for a mail campaing.

But i add a new page i dont have option blank page.

Is it a way to have this ?

I have an other problem look here

http://planete.qc.ca

logo and ads are not in the same line !!!

thanks

Post count: 23312

Hello yopyop22,

If you want to remove the header and footer style you should use the code below and place it in Theme panel->Custom CSS area.

.page-id-246592 .td-header-header, .td_data_time, .td-footer-container, .td-sub-footer-container{
display:none!important;
}

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

Thanks for the message!

Post count: 54

ok i juste need to change id for the id of the page i want to remove header and footer ?

Post count: 23312

Hello yopyop22,

If you want to do this, you should inspect the page where you want to apply this custom CSS and there you will find the page ID for this page, like this -> https://www.screencast.com/t/0y8Nan9Q Notice that each page has an ID and if you know it, you should follow this steps.

Thanks for your understanding!

Post count: 54

yes great is working well thanks you

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