JDParticipant
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 π
JDParticipant
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.
Hi JD,
Try to add this to your CSS:
.page .entry-title {
display: none;
}
Cheers,
Alexander @ http://www.mouseclick.com
JDParticipant
Thank you! That worked perfectly. I knew it was one of those title tags, I just couldn’t figure out which one π