Suppress navigation bar on one page

  • markgermanos

    #9266

    Hi. I want to create a new page in Graphene and suppress the Navigation Bar. What coding can I put in this one page to suppress the Navigation bar, but keep it intact on the other pages? Thanks in advance.

    Anonymous

    #43031

    Hi Mark,

    Try adding this to your Child Theme or Custom CSS:

    .page-515 #header-menu-wrap {display: none;}

    Just substitute the page id of 515 for whichever page you need it to be.

    Regards,

    Sharon

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.