I need to make a landing page, blank page

Posted in: Newspaper
Post count: 3

I need to make a landing page without header but in a single page of the web, you agrege one blank header but it does not work well in the template that recommend to me. I work with visual composser and ulitmate addons, the solution must be compatible with these plugins

Post count: 22421

Hello,
You can always use css to hide the header and footer for a specific page like so:
.page-id-147 .td-header-wrap, .page-id-147 .td-footer-wrapper,
.page-id-147 .td-sub-footer-container{
display:none!important
}

You will need to change the page id in the code to your own.
you can alternatively use this method: https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/
I hope this helps/

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