Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #522888

    Hi
    I tried to find a solution in the forum but without luck.

    I want to create a landingpage without header and footer. I just want a clean sheet!

    This is what I did:
    Blank template
    No sidebar
    Don’t display the socket and …
    Title bar: Hide both
    Hide header on this page

    Still I see the header area and footer area. Empty. I just want these areas to disappear so I can place text/image in the top

    Any help? Thanks :-)

    #523173

    Hey bojsenit!

    Add this to a codeblock element to the page.

    <style type = "text/css">
    #top.avia-blank #wrap_all { display: block !important; }
    body { background: white !important; }
    </style>

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.