This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

CSS Code to Show Post Titles & Hide Page Titles

10 years ago · Last reply by Andrew Misplon 10 years ago

Because the client want the sidebar use of the ‘full page no title’ page templates does not help me. I need the POST titles in the blog archive to appear but want to hide the PAGE titles. What CSS code can I use?

Currently using:

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title
}

Thank you!

URL: http://MandLPeterson.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi Pebbles

    Thanks for reaching out. If you’d like to hide the post title on single posts only, try the following under Appearance > Custom CSS:

    /* Remove Post Single Title Tag */
    .single h1 { display: none; }

    Hope that helps.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread