Delete menu in landing page

Hi

I have to create a page in my site…a landing page. I have to delete the menu … howcan I do? thank you

Hi there,

Please try this code in the Global CSS:

.home .masthead {
    display: none;
}

Hope this helps.

No…it’s the same…there’s always the menu…

I do not have to delete from the home…but only in a single page

How can do?

Hi There,

Do you also want to remove the logo in the header as well?

Please change the page template of your landing page to: Blank - No Container | No Header, No Footer or Blank - Container | No Header, Footer.

Hope it helps :slight_smile:

Yes
I had solved that…thanks