landing page

  • kingdavid

    #51507

    Hi,

    Can I create a landing page for a specific page/post?
    or, if there any option to hide the menu?

    Thanks.

    Admin

    Syahir Hakim

    #51509

    There is no option to hide the menu, but you can achieve this with a few lines of additional CSS:

    .post-## .navbar {
    	display: none;
    }
    

    Replace ## in the code about with the ID of the post/page where you’d like to hide the menu.

    kingdavid

    #51511

    Thank’s Allot.

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

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