Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56876
    Joe
    Guest

    I am looking to make a blank landing page with a gif I animated on it. I just want to have a blank page to park my domain while I get the rest of my information ready for my website. I do not want a header a footer or anything else that is provided I simply just want my gif that I animated to take up the entire page, and then further down the line have an option to click anywhere on the gif page and be taken to the home page with the header and menu to navigate the site. But for now I just want my gif and nothing else I have spent hours trying to accomplish this, BoldGrid has to be the least user friendly UI I have ever used. I don’t want an ugly template I just want a blank page with my gif!

    #56909
    Brandon C
    Keymaster

    Hi Joe,

    Thanks for reaching out with your Crio Pro WordPress theme questions.

    The easiest way to accomplish this on your site would probably be to use a plugin like Coming Soon Page & Maintenance Mode.

    You can also remove your Crio header and footer with some advance CSS and add your gif to a blank page. Here’s the CSS you’d need to add to your Customizer CSS/JS Editor section:

    .site-header, .site-footer {
        display: none;
    }

    I hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to make blank page with Crio WordPress theme’ is closed to new replies.