How to remove "page title"?

Viewing 4 posts - 1 through 4 (of 4 total)
  • #13521
    JD
    Participant

    Hello I am new to WP and Pinboard, but with the help of this great forum and some tutorials my site is coming along nicely.

    My question is..how do you remove the page title that appears at the top of each page without screwing up everything else? When I remove it from the pages menu and make it blank, it does remove it from the top of the page, BUT it also removes it from the navigation bar and the comments section?

    What I want to do is insert a graphic at the top of each page to use as my page title or page header instead of the default font oswald. Only other option was if there was a way to change the font for the page title to a script font? I have tried changing the font to something else in the theme options under “typeography” but nothing seems to work there either.

    Thanks in advance πŸ™‚

    #13544
    JD
    Participant

    How about this what is the code I should look for to change the font for the page titles? Doing in appearance-options-typography doesn’t seem to work.

    #13549
    Alexander
    Participant

    Hi JD,

    Try to add this to your CSS:

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

    Cheers,
    Alexander @ http://www.mouseclick.com

    #13550
    JD
    Participant

    Thank you! That worked perfectly. I knew it was one of those title tags, I just couldn’t figure out which one πŸ™‚

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

You must be logged in to reply to this topic.