Help Removing the page name from the body
-
How do I prevent the Page name from popping up in the text/body portion of my page? I’m using the Ever After Theme.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Since your site is private, we cannot see it to work out the code required. Could you either make it public temporarily, or at least let us know what theme you are using? CSS is theme specific.
-
Sorry about that, I’ve changed the setting so it should now be visible. Currently I’ve just renamed the portion that is appearing in the body which I was able to do under the menu editing tab, but I would like to remove them all together if possible.
-
This will remove the page title from all static pages you have created.
.page .entry-title { display: none; }And sorry for missing that you mentioned Ever After as your theme. :)
-
If you just want to remove it from your home page, this will target that page only and leave the titles on all other static pages.
.home .entry-title { display: none; }
- The topic ‘Help Removing the page name from the body’ is closed to new replies.