Hide Top Menu

Posted in: Newspaper
Post count: 40

Is it possible to hide the top menu on certain pages?

Post count: 20688

Hi,

It is possible with some CSS. Or if in those pages you use a different header. Using a different header in specific pages or cloud templates is now possible, since the introduction of the cloud header templates and builder.

So while editing the pages you can select a header – http://prntscr.com/naeg7l this will apply only on that page.

With CSS a code like this should work

.page-id-XXX .td-header-top-menu-full,
.page-id-XXX .td-header-top-menu-full,
.page-id-XXX .td-header-top-menu-full {
display: none;
}

Use the IDs of the pages where you want to remove the top bar. The IDs can be seen in multiple places, for example by hovering the page name in the pages screen
http://prntscr.com/naei2i
Multiply the lines if you have more pages. If you need help let me know.

Thanks

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