Create new page without header and footer

Posted in: Newspaper
Post count: 30

Hi,

I would like to create a new “Advertise Page” without the header and footer using Visual Composer. I can’t find any way to remove them in any options. Secondly i would like to make the background to be full width, do i have to achieve by CSS?

Please advise, thanks.

Example: https://www.buzzfeed.com/advertise

Post count: 23312

Hello Terrence,

In order to achieve as you wish, please notice that you have to use a bit of CSS which hide the Header and the footer section.

The code is ->

.td-header-wrap, .td-footer-wrapper{
display:none;
}

I guess that you want to use only one page which does not have the header and footer section, right? So, please notice that the above code will work for the entire website. If you want that code to be applied only for a specific page, please notice that you have to use the page id class which have to be put in front of the code provided. For example, if the page ID on which I want to hide the header and footer is 699, the code should look like this -> http://screencast.com/t/UTl1cKHE

Hope this helps!

Thanks for your understanding!

Post count: 30

Hi Catalin,

Thanks for your answer, i will try for it.

Post count: 1

How do you make the background full width?

Post count: 23312

Hello latabla03,

The theme has 2 layouts, like boxed and full width. The layout will be in boxed mode if you use the background image or color and therefore if you want that your layout to be in full-width, please remove the background color or image. If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

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