Home>Support>CSS Code to Show Post Titles & Hide Page Titles

CSS Code to Show Post Titles & Hide Page Titles

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More