• Closed
  • Camilla Carboni
    Spectator
    04.04.2016 at 02:51 #26196

    Hello,

    I’d like to remove the Navigation/Menu from a specific page, so it looks like a standalone page, while keeping it showing on all other pages. How can I achieve this?

    Thanks,
    Camilla

    Denzel Chia
    Moderator
    Posts: 2656
    04.04.2016 at 03:41 #26199

    Hi,

    Post me your web page URL.

    Thank you.

    Camilla Carboni
    Spectator
    Posts: 6
    05.04.2016 at 04:05 #26222

    Hi Denzel,

    Here’s the URL: http://camillacarboni.com/get-started/

    Thanks for your help!
    Camilla

    Denzel Chia
    Moderator
    Posts: 2656
    06.04.2016 at 01:59 #26294

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .page-id-2970 .menu-container {
    display: none !important;
    }

    Thank you