How can I create a page without a tittle showing up?

  • Anonymous

    #6907

    For a landing page I would like to use a page that does not show its tittle. Just removing it will result in : (No title) Is it possible to have no tittle shown?

    Mod

    Kenneth John Odle

    #36097

    https://forum.graphene-theme.com/graphene-support/removing-page-titles#post-20183

    You can use your browser’s “View Source” function or the excellent Firebug addon for Firefox to determine your home page’s ID.

    Anonymous

    #36098

    Add this to Custom CSS.

    .home .type-page .entry-title {
    display: none;
    }

    Anonymous

    #36099

    Prasanna; thank you again.

    Is it also possible to make this available specifically for a subset (or only one?) of the pages?

    Regards

    Jan Willem

    Mod

    Kenneth John Odle

    #36100
    Quote:
    Is it also possible to make this available specifically for a subset (or only one?) of the pages?

    You will need to use the method I recommended. Or target pages by their class:

    http://blog.kjodle.net/2012/02/24/styling-wordpress-posts-pages-archives-and-home-pages-by-class/

    guido diemer

    #36101

    On my “home”-page there is a non-filled (blank) area, that I don’t want.

    What kinfdof area is that.

    How can I remove it.

    Anonymous

    #36102

    ^ Don’t hijack someone’s thread. Create your own topic for your issue instead.

    I didn’t see Graphene theme in your site when I visited the site from mobile.

    guido diemer

    #36103

    I cannot start a new topic. There is no “new topic” form visible.

    Please tell me how.

    guido diemer

    #36104

    The site is not yet public. I develop on a local WAMP-server.

    Anonymous

    #36105

    Thanks for the help. I will further tweak the pages by class.

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.