• I would like to remove the page titles that are shown on all my pages. Is this possible? Is it something to do with the entry-title in style.css?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You could hide titles in style.css with

    .entry-title {
    display: none;
    }

    BUT

    Hidden text is not good for Google. You probably will see a huge drop in rankings for your website. I recommend to change font size for page title and/or its position on page. Try to avoid hidden text.

    Thread Starter msternkopfwp

    (@msternkopfwp)

    Thanks then how do I completely remove the page title block from my pages? I am using h1 tags in my page content and the page title area is redundant. Also which style entries control size and placement of this head-title?

    Thread Starter msternkopfwp

    (@msternkopfwp)

    I think I figured this out no need to respond.

    msternkopfwp: can you let me know how you did it? I don’t mind the page title itself (the entry-title), but I’m trying to figure out how to get rid of the actual block of text above it, which shows the file path.
    http://prntscr.com/88depa

    Thanks.

    I figured out that the line I was trying to remove is called the breadcrumb header. I found CSS elsewhere in the forum that allowed me to remove it. Thanks all.

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