Construction Page without global footer and header settings

Hi

I want to display a “launching soon” page with the under construction extension.

Because i am building the site in the background i would like to show the PRO header and footer on all pages and posts EXCEPT the “launching soon” page.

With PRO it seems that I can not set any exceptions from the global display settings.

Is there a way to override the global settings with CSS on the “launching soon” page?

Hi there,

That feature will be available to the Pro soon. But at the time being I went to the Comming Soon page you have created and added a specific class to the body of that page:

Then I added the code below to Pro > Launch > Theme Options > CSS:

.thecommingsoon .x-masthead, .thecommingsoon .x-colophon {
    display: none;
}

Hope it helps.