Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #322927
    cocreates
    Member
    Post count: 3

    Hi there,

    I would like to remove the whole menu. I want only a onepager and I don’t need a menu.How can I do this. I already switched off all options (I think).

    Best wishes,
    Corien

    #323150
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    #main-navigation {
        opacity: 0;
        visibility: hidden;
    }
    #323157
    cocreates
    Member
    Post count: 3

    Thanks!
    It works as fas as the menu is gone 🙂
    Only the title on the white banner stays. I would like the page to start with the image.

    Thanks a lot in advance!

    #323159
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    So you want to remove the entire header, not just the menu? Use this CSS:

    .header-wrap {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register