I think it´s a simple thing but at the moment my head feels empty of answers. I will need to make one page as a temporary landing page. Generally a piece of cake as an idea. But one thing, how can I make a page so that there are not any menus visible?
1 Like
Hi Kim,
Do you just wanna remove the main menu to the page? If so, you can do it by adding this CSS to the Global CSS:
.x-navbar-wrap {
display: none;
}
If you want to get rid of the entire header, you can easily set the page’s template to a No Header template.
Hope this helps.
Thank you, sounds simple.
Yes, my idea is to make just one page without any menus. All other existing pages can be with menus.
Hi Kim,
Yes, changing the template setting of the page and it will be set individually to the page.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.