I am having the same issue:
I’m using Path theme – and I can’t seem to rid myself of the .entry-title large “Home” or “About” titles on the top of my pages.
I’ve tried using the CSS method describe above and it doesn’t work!!!
Here’s what the Path theme CSS looks like:
/* Post titles. */
.entry-title {
margin-bottom: 1em;
}
.singular .entry-title,
.error-404 .entry-title {
margin-bottom: 0;
padding-bottom: .5em;
}
.singular-post .entry-title,
.format-standard .entry-title,
.singular.attachment-image .entry-title {
margin-bottom: .5em;
padding-bottom: 0;
}
.singular .entry-title a {
}
.home .format-link .entry-title,
.archive .format-link .entry-title {
margin-bottom: 1em;
}
.singular-attachment .entry-title {
text-align: center;
}
Is there anyway to remove the title with a functions.php hook?