Set homepage as only background and menu, without any site or post loaded

Viewing 7 posts - 1 through 7 (of 7 total)
  • #20194
    Qbz
    Participant

    Hello, I would like to create a webpage so that on langing page you see only the background and menu on top, without any posts or sites.
    I created a little paint job to show what I need to have deleted.

    Can you please help me achieve this? I am using Enlightenment.

    • This topic was modified 9 years, 3 months ago by Qbz. Reason: Added paint
    • This topic was modified 9 years, 3 months ago by Qbz.
    #20207
    Daniel Tara
    Keymaster

    You can achieve this by setting a static front page and in that page open the page builder and remove all functions except Site Branding and navigation. Also set the layout to “Full Width” and set all custom sidebars to [None].

    #20214
    Qbz
    Participant

    Thank you for your prompt answer, but this creates the exact opposite effect. It removes the background of the website and makes the “post” or “site” (I have tried both) fullscreen.

    I need to remove the part of the site marked red on above image.

    #20219
    Daniel Tara
    Keymaster

    Well, setting the page design to “Full Screen” does remove the background, that’s why it’s called full screen. You only need to remove the functions from the page builder, not change the page design.

    #20234
    Qbz
    Participant

    Well, when I remove the functions I’m left with blank rectangle, that is the sole reason I created this post – to remove this white rectangle, where under normal circumstances would be site content.

    • This reply was modified 9 years, 3 months ago by Qbz.
    #20255
    Daniel Tara
    Keymaster

    You need to add this to the custom CSS:

    .page-id-XX .site-content {
    	display: none;
    }

    Replace XX with the ID of the page you are editing.

    #20264
    Qbz
    Participant

    That’s it! You made my day πŸ™‚

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

You must be logged in to reply to this topic.