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.

Trying to use Everest as the Home Page

Resolved 3 replies generalquestion
9 years ago · Last reply by Alex S 9 years ago

Hi, I’m new to WordPress and SiteOrigin.
I really like the Everest prebuilt page.
But I’m struggling to make it the Home Page without the previous Theme still there.
Have tried with Focus and now Vantage (Home Page on).
www.darkattic.com.au
What am I doing wrong?

Love the whole SiteOrigin ethic, can’t wait till I have something to show for it.

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 9 years, 11 months ago

    Hi Martin,

    The Everest prebuilt layout sadly can’t be used as a standalone theme. However we can mimic it quite easily with the Vantage theme. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .site-header .hgroup  {
        display: none;
    }
    #main {
        padding: 0 !important;
    }
    .site-footer {
        display: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

    To disable the slider on the home page, open up you WordPress admin, navigate to AppearanceTheme Settings. Under the home heading is a setting called Home Page Slider. Change this setting to none.

  2. Martin Thorne Private 9 years, 11 months ago

    This is a private message.

  3. Alex S Private Staff 9 years, 11 months ago

    This is a private message.

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