Disable Menu in a page

Posted in: Newspaper
Post count: 27

Hello,

Is there any way to disable the website’s main menu in a specific page (and sub-pages)?
Thank you.

Post count: 23312

Hello Aronfly,

You can hide your main menu for your desired pages only if you will use the own page ID for this. Below, I gave you an example for this ->

The CSS code is ->

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

The result you should see here -> http://screencast.com/t/6KkCdAy1o9y

Thanks for your understanding!

Post count: 27

That worked perfectly. Thank you so much Catalin.

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