This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Using Everest Prebuilt Layout as Website

10 years ago · Last reply by Alex S 10 years ago

I really like the Everest prebuilt layout. I’m just doing a simple landing page so I want to just use Everest as the design of my landing page but I can’t seem to remove all of the “stuff” that comes with a theme – especially the header. Is there a way to have everything but the Everest theme show up? Thanks so much in advance.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 10 years, 5 days ago

    Hi TheDistrict,

    This sounds a tad tricky but I should be able to help you by writing a bit of CSS. Do you have a public URL where we can take a look at your website? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. TheDistrict Private 10 years, 5 days ago

    This is a private message.

  3. Alex S Staff 10 years, 5 days ago

    Hi TheDistrict,

    Not too sure if this is what you’re looking for but hey, if it’s not just say so and I’ll adjust it. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    #page-header, .site-header, .site-footer {
        display: none !important;
    }
    .single-entry-content {
        padding: 0 !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread