Home › Forums › WordPress Themes – Premium › Encounters › How can I remove the “Home” title on my home page? › Reply To: How can I remove the “Home” title on my home page?
January 27, 2014 at 8:29 am
#19060
Moderator
You would then add this to your child theme’s style.css
article#post-9 .page-title {
display: none;
}