Viewing 9 replies - 1 through 9 (of 9 total)
  • Is that a setting within your theme? I would check that first.

    If it is not you can do it with css, because that page is set as your homepage there is a class called ‘home‘ on your body tag. This means that you can target elements just on that page. add this to your css

    .home #content,
    .home #colophon {
        display: none;
    }

    it will hide your main content and footer content

    Thread Starter ammtar

    (@ammtar)

    Since I can’t see any content on the theme default preview, I thought it has to have some kind of administration, checkbox, on/off… if you want to see something or not. I didn’t expect to work on css to get what they have on preview, if you know what I mean?

    I know exactly what you mean. I don’t know much about that theme so I cannot tell you for sure if such a feature exists on that theme. But I can tell you that the CSS I provide will work.

    Use a custom CSS plugin to add it, or create a child theme and add it to your child theme’s ‘style.css’ file.

    Thread Starter ammtar

    (@ammtar)

    Thanks MrCase. I’ll wait (while doing something else) on “official” respond from the theme people. If they don’t respond I’ll use your suggestion.

    Thanks a lot for help,
    ammtar

    Ok great. Let me know how it goes, I’d be interested to see what the outcome is.

    Theme Author Z.com byGMO

    (@takeaki-nagashima)

    TO:ammtar &Mr Case

    thank you for choose our theme –waffle.

    i am so sorry to tell you that it is not impossible to make a “empty” front page by customize tools(Default editing program ).

    While we applicanting this theme. The owner did not allow to make empty front page.
    We do like you to change CSS code to make a empty front page.
    Also, CSS typing is out of our support contents.

    Best Wishes

    @ammtar, looks like you can try the css i posted.

    Thread Starter ammtar

    (@ammtar)

    Yes @mr Case, it works like a charm! ??

    Thanks a lot!

    youre welcome

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘I would like to have "empty" front page?’ is closed to new replies.