Page without menu

Posted in: Newspaper
Post count: 4

Hi, how to make a page without header menu?

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.page-id-abc .td-header-menu-wrap-full{
display: none;
}

Replace abc with the numerical id of the page where you want to hide the menu. To get the id please follow this link: http://screencast.com/t/5xrTUBAMgm

Thanks!

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