Home>Support>Remove Title From Blogpost Header

Remove Title From Blogpost Header

By Elroy Christmas, 10 years ago. Last reply by Magus, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I’d like to remove the title and header entirely from Blog post pages. Here is an example:

Help much appreciated.

URL: http://adventurecapitalist.me/2015/06/15/the-sick-man-of-asia-chinas-healthcare-crisis/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 28 days ago Magus
    Hi, I Work Here

    Hi Elroy Christmas

    You can fix/change this with some custom CSS. If you are not already using a Custom CSS plugin I would recommend this one.

    https://wordpress.org/plugins/so-css/

    If you then navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    article.post .entry-header {
        display: none;
    }
    
    .single-post #main {
        padding-top: 0px;
    }
    

    Let us know how you get on

    Magus

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