isgriff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Irex Lite] slider questionWhat is the default size of the slider image? I uploaded 950×450 and it seems to get cropped.
Forum: Themes and Templates
In reply to: Remove Page TitlesWow…
Thanks!~Do you have a method of replacing hair that I pulled out?
Forum: Themes and Templates
In reply to: Remove Page TitlesForum: Themes and Templates
In reply to: Filter to Remove Page TitleI 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?