How to Create a Page Hiding the Menu?

Posted in: Newspaper
Post count: 16

Hi,

I need to create a page but not showing any menu, but still with the blocks and grids from the visual composer. Is that possible using the newspaper template ? How can I hide the menu, only for an specific page ?

thanks,

Rodolfo

Post count: 22421

Hello,
This can be done with css. Firt you will need the page id for the page where you want the menu hidden:
http://screencast.com/t/m8DLYj7u and then use this css:

.page-id-147 .td-header-menu-wrap-full{
display:none!important;
}

Change the id number in the code to your page id number and add the code in the theme panel -> custom css box
Thank you!

Post count: 16

Great! did work perfectly!

What if I want to hide what is above the menu? The Header Ad for example.

Thanks a lot.

Rodolfo

Post count: 22421

Hello,
You can use the same technique for hiding any element.
You would use the code like so:
.page-id-147 .td-header-rec-wrap{
display:none!important;
}
You need to use the browser inspector and target the css classes.
Thank you!

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