Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #551744

    Hi.

    Is it possible to disable the navigation on just one page: http://terranet.se/?page_id=3070

    So I don´t see the title: New website , the grey background and You are here:Home/New website

    Menu

    Thanks
    Charlotte

    #551772

    …and it is possible to create a special header for this page?

    Thanks

    #551805

    Hi!

    Create a special header, would require some more work to be done, for loading there.
    For removing that area, use a codeblock with

    .html_header_sticky_disabled .container_wrap:first-child {
    display: none;
    }

    and let us know if it worked out for you

    Best regards,
    Basilis

    #551830

    Yes, thanks :)

    #552044

    Hello again,

    this code is not working for the screen shot:
    .html_header_sticky_disabled .container_wrap:first-child {
    display: none;
    }

    When I added the code – the Full width Slider on the main page: http://terranet.se/ was also deleted.

    Thanks
    Charlotte

    #552184

    Hi!

    Please edit your page and choose not to display title bar under “Title Bar Settings”

    Best regards,
    Yigit

    #552190

    Aha…. should have known that! Thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Delete menu on page’ is closed to new replies.