How to remove menu

Hello!

I wish to make a simple landing page with a full image background and no top menus. I need to remove the menu bar, it only has the word “HOME” because there is only one page so far.
How do I remove it?

Thanks for your help.

Hello Rick,

Thanks for writing in!

Please use following CSS under X > Theme Options > CSS:

.x-navbar-wrap {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Hey Rick,

We’re sorry for the confusion. You do not need CSS to remove the menu bar. You simply just need to set the Page Template to Blank No Container | No Header Footer. In case you don’t know what a page template is, you can find the information at https://theme.co/apex/forum/t/meta-options-pages/144. Scroll down to the Situational Page Meta Options section.

A No Container page template will allow your content to span fullwidth of the screen.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.