• Hey guys, I want to know how to add a Coming Soon Page on one of my pages when you click on it. Not for the whole website, just for one page. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • create a page called “coming soon”?

    Only half joking – so

    Where do you want “coming soon” to appear – as a menu item, in a siderbar, in a page, in a post, all of the above?

    What do you want to display when someone clicks the “coming soon”

    Thread Starter thedree1

    (@thedree1)

    Hi Robin,

    I want the coming soon page to appear on one of my pages only. I just want it to display a normal Coming Soon Page. Kind of like the one in here. http://www.octobersveryown.com/black-october/ Thanks!

    ok I see,

    It will to some extent be dependant on what theme you’re using as to how it looks, but it is as basic as creating a page and putting the words on it.

    So create a page with whatever title you want dashboard>pages>add new.
    Where you enter you text, you’ll see two tabs visual and text

    switch to ‘text’ and paste the following code into it

    <h1 style="text-align: center;"></h1>
    <h1 style="text-align: center;"></h1>
    <h1 style="font-size: 64pt; text-align: center;">Coming Soon</h1>

    This will put in two blank lines and then the words coming soon in 64 pt and centered.

    <h1 style="font-size: 64pt; color:orange; text-align: center;">Coming Soon</h1>

    will get it in hideous orange, you can do all the primary colours by name , and millions of others if you use hex code
    http://www.w3schools.com/html/html_colors.asp
    eg color:#780000;

    Hope that was what you were looking for

    Thread Starter thedree1

    (@thedree1)

    Yo! Thanks alot man! That Work, I have another question: My default background is white and I want to change it to Black, simple right? But what i want to do is make the “Coming Soon” Page have white background, is this possible?

    Thanks!

    can be done, but you’ll need to play with code – are you familiar with css?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Coming Soon Page’ is closed to new replies.