Remove Title From Blogpost Header
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.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.