• Resolved mariatola

    (@mariatola)


    Hi, i need to have a landing page that does not include neither main menu nor social one.
    I read this forum, but didn’t find anything in detail explaining how to do.
    I tried with a plug in Blank Slate (it works, but the black frame is removed as well) and I tried SSC like below, but it doesn’t work :

    .page-id-385 .main-navigation {
    display: none;
    }

    what can I do differently please ?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @mariatola!

    Although it is not recommaned, you can try adding the following additional css code

    .page-id-385 .social-navigation,
    .page-id-385 .sidebar-toggle {
    	display:none;
    }
    Thread Starter mariatola

    (@mariatola)

    hello
    thank you for your answer
    ! works !!!!
    just the SEARCH window still is present …. – can you help me with this please as well ?

    @mariatola

    Opss, I missed that one. Sorry!

    Go to Customize->General and there check the“Toggle a search form in the header?” box.

    • This reply was modified 6 years, 8 months ago by ancapantilie.
    • This reply was modified 6 years, 8 months ago by ancapantilie.
    Thread Starter mariatola

    (@mariatola)

    but this will remove it from all pages…. there is no way to disable it only on my landing page .page-id-385 please ?? ??

    .page-id-385 .social-navigation,
    .page-id-385 .sidebar-toggle,
    .page-id-385 .search-field {
    	display:none;
    }
    • This reply was modified 6 years, 8 months ago by ancapantilie.
    Thread Starter mariatola

    (@mariatola)

    fantastic ! you are the best ANCAPANTILIE ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘landing page without menu/header’ is closed to new replies.