• 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 entry-title with a functions.php?

    I did this for the breadcrumb navigation. in my functions.php
    /* remove breadcrumb from all pages */
    add_filter( ‘breadcrumb_trail’, ‘__return false’ );

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Page Titles’ is closed to new replies.