Removing page titles on each static page
-
Hi, I’m looking to remove page titles on my blog and the white space left behind, but keep them in the menu bar below the header. I have tried the tips from this post — http://wpbtips.wordpress.com/2011/12/19/custom-menus/ but it did not work. If I don’t have the css upgrade can I still do this? Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You will need to use CSS to do this, but the upgrade is part of the Premium bundle so it looks like you have it on your account. The following CSS should work:
.type-page .entry-title { display: none; }Just input that under Appearance -> Customize -> CSS. Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if you need anything else!
-
It worked!! Ohmygosh thank you! I am new to css, so I appreciate the forum advice I will go there and start learning :)
-
- The topic ‘Removing page titles on each static page’ is closed to new replies.